Enfusion Script API
|
Public Member Functions | |
proto external WorldSystemInfo | SetAbstract (bool value) |
proto external WorldSystemInfo | SetLocation (ESystemLocation value) |
proto external WorldSystemInfo | AddPoints (ESystemPoint points) |
proto external WorldSystemInfo | AddExecuteBefore (TypeName otherSystem, ESystemPoint points) |
proto external WorldSystemInfo | AddExecuteAfter (TypeName otherSystem, ESystemPoint points) |
Public Member Functions inherited from pointer | |
proto string | ToString () |
proto external WorldSystemInfo WorldSystemInfo.AddExecuteAfter | ( | TypeName | otherSystem, |
ESystemPoint | points | ||
) |
proto external WorldSystemInfo WorldSystemInfo.AddExecuteBefore | ( | TypeName | otherSystem, |
ESystemPoint | points | ||
) |
proto external WorldSystemInfo WorldSystemInfo.AddPoints | ( | ESystemPoint | points | ) |
proto external WorldSystemInfo WorldSystemInfo.SetAbstract | ( | bool | value | ) |
proto external WorldSystemInfo WorldSystemInfo.SetLocation | ( | ESystemLocation | value | ) |