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

Method GetDelegateFunction

sdk/angelscript/source/as_scriptfunction.cpp:235–238  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

233
234// interface
235asIScriptFunction *asCScriptFunction::GetDelegateFunction() const
236{
237 return funcForDelegate;
238}
239
240// TODO: operator==
241/*

Callers 2

SetCBFunction · 0.80
TestFunction · 0.80

Calls

no outgoing calls

Tested by 2

SetCBFunction · 0.64
TestFunction · 0.64