Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
extern StringStack STR;
176
177
inline char* StringStackPtrRef::getPtr(StringStack *stk) { return stk->mBuffer + mOffset; }
178
179
#endif
Callers
6
updateHistory
Method · 0.45
drawText
Method · 0.45
drawAtomText
Method · 0.45
getCursorPositionAndColor
Method · 0.45
getTextPosition
Method · 0.45
splitAtomListEmit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected