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

Method returnInt

include/hx/StackContext.h:596–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595 inline void returnBool(bool b) { *(int *)frame = b; }
596 inline void returnInt(int i) { *(int *)frame = i; }
597 inline bool getBool(int inPos=0) { return *(bool *)(frame+inPos); }
598 inline int getInt(int inPos=0) { return *(int *)(frame+inPos); }
599

Callers 1

runVoidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected