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

Method returnFloat

include/hx/Scriptable.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83inline void StackContext::returnFloat(Float f)
84{
85 SetFloatAligned(frame, f);
86}
87inline void StackContext::returnString(const String &s)
88{
89 *(String *)frame = s;

Callers 3

runVoidMethod · 0.80
SLJIT_CALL frameToDoubleFunction · 0.80

Calls 1

SetFloatAlignedFunction · 0.85

Tested by

no test coverage detected