Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorldSystemInfo.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class WorldSystemInfo: pointer
14{
26 proto external WorldSystemInfo RestoreDefaults();
27 proto external WorldSystemInfo SetAbstract(bool value);
28 proto external WorldSystemInfo SetUnique(bool value);
29 proto external WorldSystemInfo SetLocation(WorldSystemLocation value);
30 proto external WorldSystemInfo AddPoint(WorldSystemPoint point);
31 proto external WorldSystemInfo RemovePoint(WorldSystemPoint point);
32 proto external WorldSystemInfo ClearPoints();
33 proto external WorldSystemInfo AddController(typename controller);
34 proto external WorldSystemInfo RemoveController(typename controller);
35 proto external WorldSystemInfo ClearControllers();
36 proto external WorldSystemInfo AddExecuteBefore(typename otherSystem, WorldSystemPoint point);
37 proto external WorldSystemInfo RemoveExecuteBefore(typename otherSystem, WorldSystemPoint point);
38 proto external WorldSystemInfo ClearExecuteBefore();
39 proto external WorldSystemInfo AddExecuteAfter(typename otherSystem, WorldSystemPoint point);
40 proto external WorldSystemInfo RemoveExecuteAfter(typename otherSystem, WorldSystemPoint point);
41 proto external WorldSystemInfo ClearExecuteAfter();
42}
43
Structure holding world system meta-information required by the engine.
WorldSystemPoint
WorldSystemLocation