Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
inline void StackContext::returnFloat(Float f)
84
{
85
SetFloatAligned(frame, f);
86
}
87
inline void StackContext::returnString(const String &s)
88
{
89
*(String *)frame = s;
Callers
3
runVoid
Method · 0.80
SLJIT_CALL frameToDouble
Function · 0.80
SLJIT_CALL objectToDouble
Function · 0.80
Calls
1
SetFloatAligned
Function · 0.85
Tested by
no test coverage detected