MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getSTValue

Method getSTValue

engine/source/string/stringStack.h:156–159  ·  view source on GitHub ↗

Get the top of the stack, as a StringTableEntry. @note Don't free this memory!

Source from the content-addressed store, hash-verified

154 ///
155 /// @note Don't free this memory!
156 inline StringTableEntry getSTValue()
157 {
158 return StringTable->insert(mBuffer + mStart);
159 }
160
161 /// Get an integer representation of the top of the stack.
162 inline U32 getIntValue()

Callers 1

execMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected