add some more functions, clarify Steps:GetFilename()
This commit is contained in:
@@ -399,6 +399,9 @@
|
|||||||
<Function name='GetHeight' return='float' arguments=''>
|
<Function name='GetHeight' return='float' arguments=''>
|
||||||
Returns the Actor's current height.
|
Returns the Actor's current height.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetRotationY' return='float' arguments=''>
|
||||||
|
Returns the Actor's current Y rotation.
|
||||||
|
</Function>
|
||||||
<Function name='GetWidth' return='float' arguments=''>
|
<Function name='GetWidth' return='float' arguments=''>
|
||||||
Returns the Actor's current width.
|
Returns the Actor's current width.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -450,6 +453,12 @@
|
|||||||
<Function name='rotationz' return='void' arguments='float fRotation'>
|
<Function name='rotationz' return='void' arguments='float fRotation'>
|
||||||
Set the Actor's rotation on the Z axis to <code>fAlign</code>.
|
Set the Actor's rotation on the Z axis to <code>fAlign</code>.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='scaletocover' return='void' arguments='float fLeft, float fTop, float fRight, float fBottom'>
|
||||||
|
Scales the Actor to cover a rectangle defined by the four float arguments.
|
||||||
|
</Function>
|
||||||
|
<Function name='scaletofit' return='void' arguments='float fLeft, float fTop, float fRight, float fBottom'>
|
||||||
|
Scales the Actor to fit inside a rectangle defined by the four float arguments.
|
||||||
|
</Function>
|
||||||
<Function name='setstate' return='void' arguments='int iNewState'>
|
<Function name='setstate' return='void' arguments='int iNewState'>
|
||||||
Sets a multi-framed Actor's state to <code>iNewState</code>.
|
Sets a multi-framed Actor's state to <code>iNewState</code>.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -468,6 +477,9 @@
|
|||||||
<Function name='skewx' return='void' arguments='float fAmount'>
|
<Function name='skewx' return='void' arguments='float fAmount'>
|
||||||
Skews the Actor on the x axis by <code>fAmount</code>.
|
Skews the Actor on the x axis by <code>fAmount</code>.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='sleep' return='void' arguments='float fSeconds'>
|
||||||
|
Waits <code>fSeconds</code> before executing the next command.
|
||||||
|
</Function>
|
||||||
<Function name='spin' return='void' arguments=''>
|
<Function name='spin' return='void' arguments=''>
|
||||||
Tells the Actor to spin. Can use <Link function='effectmagnitude' /> to define different spinning behavior.
|
Tells the Actor to spin. Can use <Link function='effectmagnitude' /> to define different spinning behavior.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -1916,7 +1928,7 @@
|
|||||||
Returns the Steps difficulty.
|
Returns the Steps difficulty.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetFilename' return='string' arguments=''>
|
<Function name='GetFilename' return='string' arguments=''>
|
||||||
Returns the Steps filename.
|
Returns the Steps filename from the Cache.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetMeter' return='int' arguments=''>
|
<Function name='GetMeter' return='int' arguments=''>
|
||||||
Returns the numerical difficulty of the Steps.
|
Returns the numerical difficulty of the Steps.
|
||||||
|
|||||||
Reference in New Issue
Block a user