Method | Description | |
---|---|---|
AddRef ( ) : void | ||
GetFieldDesc ( string name, int &offset, int &tid ) : bool | ||
GetMethod ( string name ) : |
||
GetMethodByDecl ( string decl, bool get_virtual ) : |
||
GetMethodByIndex ( uint index, bool get_virtual ) : |
||
GetMethodByName ( string name, bool get_virtual ) : |
||
GetMethodCount ( ) : uint | ||
GetProperty ( int index, string &name, int &tid, bool &is_private, int &offset, bool &is_reference ) : void | ||
Instantiate ( |
||
Release ( ) : void | ||
ScriptObjectType ( |
Method | Description | |
---|---|---|
ScriptObjectType ( ) : System | ||
ScriptObjectType_AddRef ( |
||
ScriptObjectType_GetMethodByDecl ( |
||
ScriptObjectType_GetMethodByIndex ( |
||
ScriptObjectType_GetMethodByName ( |
||
ScriptObjectType_GetMethodCount ( |
||
ScriptObjectType_GetName ( |
||
ScriptObjectType_GetProperty ( |
||
ScriptObjectType_GetPropertyCount ( |
||
ScriptObjectType_GetSubType ( |
||
ScriptObjectType_GetSubTypeId ( |
||
ScriptObjectType_GetTypeId ( |
||
ScriptObjectType_Release ( |
public GetFieldDesc ( string name, int &offset, int &tid ) : bool | ||
name | string | |
offset | int | |
tid | int | |
return | bool |
public GetMethod ( string name ) : |
||
name | string | |
return |
public GetMethodByDecl ( string decl, bool get_virtual ) : |
||
decl | string | |
get_virtual | bool | |
return |
public GetMethodByIndex ( uint index, bool get_virtual ) : |
||
index | uint | |
get_virtual | bool | |
return |
public GetMethodByName ( string name, bool get_virtual ) : |
||
name | string | |
get_virtual | bool | |
return |
public GetProperty ( int index, string &name, int &tid, bool &is_private, int &offset, bool &is_reference ) : void | ||
index | int | |
name | string | |
tid | int | |
is_private | bool | |
offset | int | |
is_reference | bool | |
return | void |
public static Instantiate ( |
||
ptr | ||
tid | int | |
return | object |
public ScriptObjectType ( |
||
ptr | ||
return | System |