![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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. | |
Definition at line 166 of file enscript.c.