MCPcopy 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
111inline Float StackContext::getFloat(int inPos)
112{
113 return GetFloatAligned(frame+inPos);
114}
115inline String StackContext::getString(int inPos)
116{
117 return *(String *)(frame+inPos);

Callers 4

runMethod · 0.80
setResultMethod · 0.80
doRunMethod · 0.80

Calls 1

GetFloatAlignedFunction · 0.85

Tested by

no test coverage detected