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

Method getPtr

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

Source from the content-addressed store, hash-verified

175extern StringStack STR;
176
177inline char* StringStackPtrRef::getPtr(StringStack *stk) { return stk->mBuffer + mOffset; }
178
179#endif

Callers 6

updateHistoryMethod · 0.45
drawTextMethod · 0.45
drawAtomTextMethod · 0.45
getTextPositionMethod · 0.45
splitAtomListEmitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected