Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
Added the critical stage properties.
imported>Qazaaq |
imported>Qazaaq (Added the critical stage properties.) |
||
Line 15: | Line 15: | ||
== Properties == | == Properties == | ||
*[[SetCriticalStage - Actor|Critical Stages]]: Set of read-only properties to essentially make a fake enum for ''Critical Stages''. | |||
**int CritStage_None: 0 | |||
***Sets the critical stage to none. | |||
**int CritStage_GooStart: 1 | |||
***Sets the critical stage to goo start. | |||
**int CritStage_GooEnd: 2 | |||
***Sets the critical stage to goo end. | |||
**int CritStage_DisintegrateStart: 3 | |||
***Sets the critical stage to disintegrate start. | |||
**int CritStage_DisintegrateEnd: 4 | |||
***Sets the critical stage to disintegrate end. | |||
**int CritStage_FreezeStart: 5 | |||
***Sets the critical stage to freeze start. | |||
**int CritStage_FreezeEnd: 6 | |||
***Sets the critical stage to freeze end. | |||
== Structs == | == Structs == |