Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
int CppiaClassInfo::getScriptVTableOffset()
403
{
404
return haxeBase ? (int)(haxeBase->mDataOffset - sizeof(void *)) : sizeof(hx::Object);
405
}
406
407
408
bool CppiaClassInfo::isNativeProperty(const String &inString)
Callers
1
link
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected