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

Method setOnReturn

src/hx/cppia/CppiaCompiler.cpp:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 }
417
418 void setOnReturn( OnReturnFunc inFunc, int inStackSize ) HXCPP_OVERRIDE
419 {
420 onReturn = inFunc;
421 onReturnStackSize = inStackSize;
422 }
423
424 // Scriptable?
425 void addReturn() HXCPP_OVERRIDE

Callers 1

compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected