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

Method createDynamic

src/hx/cppia/CppiaVars.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void CppiaVar::createDynamic(hx::Object *inBase)
197{
198 *(hx::Object **)((char *)inBase+offset) = createMemberClosure(inBase,(ScriptCallable*)dynamicFunction->funExpr);
199}
200
201
202Dynamic CppiaVar::getValue(hx::Object *inThis)

Callers 1

Calls 1

createMemberClosureFunction · 0.85

Tested by

no test coverage detected