DayZ 1.24
|
Private Member Functions | |
void | EnScript () |
void | ~EnScript () |
Static Private Member Functions | |
static proto int | GetClassVar (Class inst, string varname, int index, out void result) |
Dynamic read of variable value by its name. | |
static proto int | SetClassVar (Class inst, string varname, int index, void input) |
Dynamic write to variable by its name. | |
static proto int | SetVar (out void var, string value) |
Sets variable value by value in string. | |
static proto void | Watch (void var, int flags) |
Debug tool for watching certain variable. Invokes debugger whenever is variable used. | |
Definition at line 166 of file EnScript.c.