![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Module containing compiled scripts. More...
Private Member Functions | |
| void | ~ScriptModule () |
| proto volatile int | Call (Class inst, string function, void parm) |
| dynamic call of function when inst == NULL, it's global function call, otherwise it's method of class returns true, when success The call creates new thread, so it's legal to use sleep/wait | |
| proto volatile int | CallFunction (Class inst, string function, out void returnVal, void parm) |
| dynamic call of function when inst == NULL, it's global function call, otherwise it's method of class returns true, when success The call do not create new thread! | |
| proto volatile int | CallFunctionParams (Class inst, string function, out void returnVal, Class parms) |
| proto native void | Release () |
Static Private Member Functions | |
| static proto native ScriptModule | LoadScript (ScriptModule parentModule, string scriptFile, bool listing) |
| Do load script and create ScriptModule for it. | |
Module containing compiled scripts.
Definition at line 130 of file enscript.c.