Module containing compiled scripts. Подробнее...
Закрытые члены | |
| void | ~ScriptModule () |
| proto volatile int | Call (Class inst, string function, void parm) |
| proto volatile int | CallFunction (Class inst, string function, out void returnVal, void parm) |
| proto volatile int | CallFunctionParams (Class inst, string function, out void returnVal, Class parms) |
| proto native void | Release () |
Закрытые статические члены | |
| static proto native ScriptModule | LoadScript (ScriptModule parentModule, string scriptFile, bool listing) |
| Do load script and create ScriptModule for it. | |
Module containing compiled scripts.
См. определение в файле EnScript.c строка 130