Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetObject
Method
GetObject
sdk/angelscript/source/as_generic.cpp:85–88 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
83
84
// interface
85
void *asCGeneric::GetObject()
86
{
87
return currentObject;
88
}
89
90
// interface
91
int asCGeneric::GetObjectTypeId() const
Callers
15
ScriptObject_AddRef_Generic
Function · 0.80
ScriptObject_Release_Generic
Function · 0.80
ScriptObject_GetRefCount_Generic
Function · 0.80
ScriptObject_SetFlag_Generic
Function · 0.80
ScriptObject_GetFlag_Generic
Function · 0.80
ScriptObject_GetWeakRefFlag_Generic
Function · 0.80
ScriptObject_EnumReferences_Generic
Function · 0.80
ScriptObject_ReleaseAllHandles_Generic
Function · 0.80
ScriptObject_Assignment_Generic
Function · 0.80
ScriptObject_Construct_Generic
Function · 0.80
ScriptFunction_AddRef_Generic
Function · 0.80
ScriptFunction_Release_Generic
Function · 0.80
Calls
no outgoing calls
Tested by
15
ConstructStringGeneric
Function · 0.64
CopyConstructStringGeneric
Function · 0.64
DestructStringGeneric
Function · 0.64
AssignStringGeneric
Function · 0.64
StringAddGeneric
Function · 0.64
StringLengthGeneric
Function · 0.64
AddString2IntGeneric
Function · 0.64
String_get_opIndexGeneric
Function · 0.64
String_set_opIndexGeneric
Function · 0.64
ConstructStringGeneric
Function · 0.64
CopyConstructStringGeneric
Function · 0.64
DestructStringGeneric
Function · 0.64