|
Enfusion Script API
|
Public Member Functions | |
| proto external ref WeatherState | GetState (int index) |
| proto external void | GetStatesList (out notnull array< ref WeatherState > states) |
| proto external int | GetNumStates () |
| proto external string | GetStartStateName () |
| proto external int | GetStartStateIndex () |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
| proto external int WeatherStateMachine.GetNumStates | ( | ) |
| proto external int WeatherStateMachine.GetStartStateIndex | ( | ) |
| proto external string WeatherStateMachine.GetStartStateName | ( | ) |
| proto external ref WeatherState WeatherStateMachine.GetState | ( | int | index | ) |
| proto external void WeatherStateMachine.GetStatesList | ( | out notnull array< ref WeatherState > | states | ) |