Make color a type.
This commit is contained in:
@@ -310,6 +310,7 @@
|
|||||||
$type='string' or
|
$type='string' or
|
||||||
$type='bool' or
|
$type='bool' or
|
||||||
$type='table' or
|
$type='table' or
|
||||||
|
$type='color' or
|
||||||
$type='Enum'">
|
$type='Enum'">
|
||||||
<span class="primitiveType">
|
<span class="primitiveType">
|
||||||
<xsl:value-of select="$type" />
|
<xsl:value-of select="$type" />
|
||||||
|
|||||||
@@ -207,6 +207,9 @@
|
|||||||
<Function name='cullmode' return='void' arguments='CullMode mode'>
|
<Function name='cullmode' return='void' arguments='CullMode mode'>
|
||||||
Sets the Actor's cull mode to <code>mode</code>.
|
Sets the Actor's cull mode to <code>mode</code>.
|
||||||
</Function>
|
</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'>
|
<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.
|
Set's the Actor's alpha level to <code>fAlpha</code>, where <code>fAlpha</code> is in the range 0..1.
|
||||||
</Function>
|
</Function>
|
||||||
|
|||||||
Reference in New Issue
Block a user