Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Class Class Reference

Super root of all classes in Enforce script. More...

Private Member Functions

proto native owned external string ClassName ()
 Returns name of class-type.
string GetDebugName ()
proto native external bool IsInherited (typename type)
 Returns true when instance is of the type, or inherited one.
proto external string ToString ()
proto native external Type ()
 Returns typename of object's class.

Static Private Member Functions

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.
static StaticGetType (typename t)
 Returns typename of class even without a variable or instance.
proto static external StaticType ()
 Returns typename of object's reference.

Detailed Description

Super root of all classes in Enforce script.

Definition at line 10 of file enscript.c.


The documentation for this class was generated from the following file: