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

Method CallObjectMethod

sdk/angelscript/source/as_scriptengine.cpp:4356–4361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4354}
4355
4356void asCScriptEngine::CallObjectMethod(void *obj, int func) const
4357{
4358 asCScriptFunction *s = scriptFunctions[func];
4359 asASSERT( s != 0 );
4360 CallObjectMethod(obj, s->sysFuncIntf, s);
4361}
4362
4363void asCScriptEngine::CallObjectMethod(void *obj, asSSystemFunctionInterface *i, asCScriptFunction *s) const
4364{

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