Enfusion Script API
Loading...
Searching...
No Matches
WeatherStateMachine Interface Reference
Inheritance diagram for WeatherStateMachine:
ScriptAndConfig Managed

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)
 

Member Function Documentation

◆ GetNumStates()

proto external int WeatherStateMachine.GetNumStates ( )

◆ GetStartStateIndex()

proto external int WeatherStateMachine.GetStartStateIndex ( )

◆ GetStartStateName()

proto external string WeatherStateMachine.GetStartStateName ( )

◆ GetState()

proto external ref WeatherState WeatherStateMachine.GetState ( int index)

◆ GetStatesList()

proto external void WeatherStateMachine.GetStatesList ( out notnull array< ref WeatherState > states)

The documentation for this interface was generated from the following file: