◆ EnumToString()
Return string name of enum value.
DialogPriority prio = DialogPriority.WARNING;
static string EnumToString(typename e, int enumValue)
Return string name of enum value.
Definition EnConvert.c:550
proto void Print(void var)
Prints content of variable to console/log.
◆ GetModule()
| proto owned string GetModule |
( |
| ) |
|
|
private |
Get the name of the module the typename belongs to.
- Returns
string Name of parent module (1_Core)
◆ GetVariableCount()
| proto native int GetVariableCount |
( |
| ) |
|
|
private |
◆ GetVariableName()
| proto native owned string GetVariableName |
( |
int |
vIdx | ) |
|
|
private |
◆ GetVariableType()
| proto native GetVariableType |
( |
int |
vIdx | ) |
|
|
private |
◆ GetVariableValue()
| proto bool GetVariableValue |
( |
Class |
var, |
|
|
int |
vIdx, |
|
|
out void |
val |
|
) |
| |
|
private |
◆ IsInherited()
Returns true when type is the same as 'baseType', or inherited one.
- Parameters
-
- Returns
bool true when type is the same as 'baseType', or inherited one.
◆ Spawn()
| proto volatile Class Spawn |
( |
| ) |
|
|
private |
Dynamic variant to 'new' keyword. It creates new instance of class.
- Returns
volatile instance of class
◆ StringToEnum()
Return enum value from string name.
static int StringToEnum(typename e, string enumName)
Return enum value from string name.
Definition EnConvert.c:572
◆ ToString()
| proto native owned string ToString |
( |
| ) |
|
|
private |
Returns type name of variable as string.
The documentation for this class was generated from the following file: