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

Method getScriptVTableOffset

src/hx/cppia/CppiaClasses.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402int CppiaClassInfo::getScriptVTableOffset()
403{
404 return haxeBase ? (int)(haxeBase->mDataOffset - sizeof(void *)) : sizeof(hx::Object);
405}
406
407
408bool CppiaClassInfo::isNativeProperty(const String &inString)

Callers 1

linkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected