Enfusion Script API
|
Structure holding world system meta-information required by the engine. More...
Structure holding world system meta-information required by the engine.
proto external WorldSystemInfo WorldSystemInfo.AddController | ( | TypeName | controller | ) |
proto external WorldSystemInfo WorldSystemInfo.AddExecuteAfter | ( | TypeName | otherSystem, |
ESystemPoint | point ) |
proto external WorldSystemInfo WorldSystemInfo.AddExecuteBefore | ( | TypeName | otherSystem, |
ESystemPoint | point ) |
proto external WorldSystemInfo WorldSystemInfo.AddPoint | ( | ESystemPoint | point | ) |
proto external WorldSystemInfo WorldSystemInfo.ClearControllers | ( | ) |
proto external WorldSystemInfo WorldSystemInfo.ClearExecuteAfter | ( | ) |
proto external WorldSystemInfo WorldSystemInfo.ClearExecuteBefore | ( | ) |
proto external WorldSystemInfo WorldSystemInfo.ClearPoints | ( | ) |
proto external WorldSystemInfo WorldSystemInfo.RemoveController | ( | TypeName | controller | ) |
proto external WorldSystemInfo WorldSystemInfo.RemoveExecuteAfter | ( | TypeName | otherSystem, |
ESystemPoint | point ) |
proto external WorldSystemInfo WorldSystemInfo.RemoveExecuteBefore | ( | TypeName | otherSystem, |
ESystemPoint | point ) |
proto external WorldSystemInfo WorldSystemInfo.RemovePoint | ( | ESystemPoint | point | ) |
proto external WorldSystemInfo WorldSystemInfo.RestoreDefaults | ( | ) |
Restore all properties to their default values.
Default values for each property are following:
Abstract
: true
Unique
: false
Location
: ESystemLocation.BothPoints
: empty setControllers
: empty setExecuteBefore
: empty setExecuteAfter
: empty set proto external WorldSystemInfo WorldSystemInfo.SetAbstract | ( | bool | value | ) |
proto external WorldSystemInfo WorldSystemInfo.SetLocation | ( | ESystemLocation | value | ) |
proto external WorldSystemInfo WorldSystemInfo.SetUnique | ( | bool | value | ) |