MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getFloatValue

Method getFloatValue

Engine/source/console/stringStack.h:123–126  ·  view source on GitHub ↗

Get a float representation of the top of the stack.

Source from the content-addressed store, hash-verified

121
122 /// Get a float representation of the top of the stack.
123 inline F64 getFloatValue()
124 {
125 return dAtod(mBuffer + mStart);
126 }
127
128 /// Get a string representation of the top of the stack.
129 ///

Callers 4

getFloatVariableMethod · 0.45
getFloatVariableFunction · 0.45
getFloatVariableMethod · 0.45
TESTFunction · 0.45

Calls 1

dAtodFunction · 0.85

Tested by 1

TESTFunction · 0.36