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

Method GetDelegateObjectType

sdk/angelscript/source/as_scriptfunction.cpp:226–232  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

224
225// interface
226asITypeInfo *asCScriptFunction::GetDelegateObjectType() const
227{
228 if( objForDelegate == 0 || funcForDelegate == 0 )
229 return 0;
230
231 return funcForDelegate->objectType;
232}
233
234// interface
235asIScriptFunction *asCScriptFunction::GetDelegateFunction() const

Callers 1

SetCBFunction · 0.80

Calls

no outgoing calls

Tested by 1

SetCBFunction · 0.64