Make color a type.

This commit is contained in:
Steve Checkoway
2008-04-06 21:22:07 +00:00
parent 8afcc29733
commit 65a34c62e5
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -310,6 +310,7 @@
$type='string' or
$type='bool' or
$type='table' or
$type='color' or
$type='Enum'">
<span class="primitiveType">
<xsl:value-of select="$type" />
+3
View File
@@ -207,6 +207,9 @@
<Function name='cullmode' return='void' arguments='CullMode mode'>
Sets the Actor's cull mode to <code>mode</code>.
</Function>
<Function name='diffuse' return='void' arguments='color c'>
Set the Actor's diffuse color to <code>c</code>.
</Function>
<Function name='diffusealpha' return='void' arguments='float fAlpha'>
Set's the Actor's alpha level to <code>fAlpha</code>, where <code>fAlpha</code> is in the range 0..1.
</Function>