Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ getFloat
Method
getFloat
include/hx/Scriptable.h:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
inline Float StackContext::getFloat(int inPos)
112
{
113
return GetFloatAligned(frame+inPos);
114
}
115
inline String StackContext::getString(int inPos)
116
{
117
return *(String *)(frame+inPos);
Callers
4
run
Method · 0.80
setResult
Method · 0.80
SLJIT_CALL doubleToObject
Function · 0.80
doRun
Method · 0.80
Calls
1
GetFloatAligned
Function · 0.85
Tested by
no test coverage detected