![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| proto owned string | GetModule () |
| Get the name of the module the typename belongs to. | |
| proto native int | GetVariableCount () |
| proto native owned string | GetVariableName (int vIdx) |
| proto native | GetVariableType (int vIdx) |
| proto bool | GetVariableValue (Class var, int vIdx, out void val) |
| proto native bool | IsInherited (typename baseType) |
| Returns true when type is the same as 'baseType', or inherited one. | |
| proto volatile Class | Spawn () |
| Dynamic variant to 'new' keyword. | |
| proto native owned string | ToString () |
| Returns type name of variable as string. | |
Static Private Member Functions | |
| static string | EnumToString (typename e, int enumValue) |
| Return string name of enum value. | |
| static int | StringToEnum (typename e, string enumName) |
| Return enum value from string name. | |
Definition at line 521 of file enconvert.c.
Return string name of enum value.
Definition at line 563 of file enconvert.c.
|
private |
Get the name of the module the typename belongs to.
string Name of parent module (1_Core)
|
private |
|
private |
Returns true when type is the same as 'baseType', or inherited one.
| baseType | typename |
bool true when type is the same as 'baseType', or inherited one.
|
private |
Dynamic variant to 'new' keyword.
It creates new instance of class
volatile instance of class Return enum value from string name.
Definition at line 585 of file enconvert.c.
|
private |
Returns type name of variable as string.