MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / CallObjectMethod

Method CallObjectMethod

Siv3D/src/ThirdParty/angelscript/as_scriptengine.cpp:4079–4084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4077}
4078
4079void asCScriptEngine::CallObjectMethod(void *obj, int func) const
4080{
4081 asCScriptFunction *s = scriptFunctions[func];
4082 asASSERT( s != 0 );
4083 CallObjectMethod(obj, s->sysFuncIntf, s);
4084}
4085
4086void asCScriptEngine::CallObjectMethod(void *obj, asSSystemFunctionInterface *i, asCScriptFunction *s) const
4087{

Callers 15

~asCScriptObjectMethod · 0.80
EnumReferencesMethod · 0.80
ReleaseAllHandlesMethod · 0.80
FreeObjectMethod · 0.80
CopyObjectMethod · 0.80
CopyHandleMethod · 0.80
SendToCallbackMethod · 0.80
CallSystemFunctionFunction · 0.80
AddScriptObjectToGCMethod · 0.80
DestroyNewGarbageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected