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

Method getIntValue

Engine/source/console/stringStack.h:117–120  ·  view source on GitHub ↗

Get an integer representation of the top of the stack.

Source from the content-addressed store, hash-verified

115
116 /// Get an integer representation of the top of the stack.
117 inline S64 getIntValue()
118 {
119 return dAtol(mBuffer + mStart);
120 }
121
122 /// Get a float representation of the top of the stack.
123 inline F64 getFloatValue()

Callers 4

getIntVariableMethod · 0.45
getIntVariableFunction · 0.45
getIntVariableMethod · 0.45
findObjectFunction · 0.45

Calls 1

dAtolFunction · 0.85

Tested by

no test coverage detected