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

Method getStringValue

Engine/source/console/stringStack.h:131–134  ·  view source on GitHub ↗

Get a string representation of the top of the stack. @note This returns a pointer to the actual top of the stack, be careful!

Source from the content-addressed store, hash-verified

129 ///
130 /// @note This returns a pointer to the actual top of the stack, be careful!
131 inline const char *getStringValue()
132 {
133 return mBuffer + mStart;
134 }
135
136 inline const char *getPreviousStringValue()
137 {

Callers 6

getStringVariableMethod · 0.45
getVariableFunction · 0.45
getBoolVariableFunction · 0.45
exportVariablesMethod · 0.45
getVariableMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36