DayZ 1.26
DayZ Explorer by KGB
|
Super root of all classes in Enforce script. Подробнее...
Закрытые члены | |
proto native external bool | IsInherited (typename type) |
Returns true when instance is of the type, or inherited one. | |
proto native owned external string | ClassName () |
Returns name of class-type. | |
string | GetDebugName () |
proto native external | Type () |
Returns typename of object's class. | |
proto external string | ToString () |
Закрытые статические члены | |
proto static external | StaticType () |
Returns typename of object's reference. | |
static | StaticGetType (typename t) |
Returns typename of class even without a variable or instance. | |
static proto Class | Cast (Class from) |
Try to safely down-cast base class to child class. | |
static proto bool | CastTo (out Class to, Class from) |
Try to safely down-cast base class to child class. | |
static proto bool | SafeCastType (Class type, out Class to, Class from) |
This function is for internal script usage. | |
Super root of all classes in Enforce script.