MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __GetScriptVTable

Function __GetScriptVTable

include/hx/Object.h:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254 #ifdef HXCPP_SCRIPTABLE
255 virtual void **__GetScriptVTable() { return 0; }
256 virtual hx::ScriptCallable *__GetScriptCallable() { return 0; }
257 static hx::ScriptFunction __script_construct;
258 #endif

Callers 1

_hx_getInterfaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected