PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Class Class Reference

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

Private Member Functions

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 ()
 

Static Private Member Functions

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.
 
private static proto bool SafeCastType (Class type, out Class to, Class from)
 This function is for internal script usage.
 

Detailed Description

Super root of all classes in Enforce script.


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