MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetDelegateObject

Method GetDelegateObject

sdk/angelscript/source/as_scriptfunction.cpp:220–223  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

218
219// interface
220void *asCScriptFunction::GetDelegateObject() const
221{
222 return objForDelegate;
223}
224
225// interface
226asITypeInfo *asCScriptFunction::GetDelegateObjectType() const

Callers 2

SetCBFunction · 0.80
TestFunction · 0.80

Calls

no outgoing calls

Tested by 2

SetCBFunction · 0.64
TestFunction · 0.64