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

Method getPtr

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

Source from the content-addressed store, hash-verified

370extern ConsoleValueStack CSTK;
371
372inline char* StringStackPtrRef::getPtr(StringStack *stk) { return stk->mBuffer + mOffset; }
373
374#endif

Callers 8

execMethod · 0.45
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