Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
extern ConsoleValueStack CSTK;
371
372
inline char* StringStackPtrRef::getPtr(StringStack *stk) { return stk->mBuffer + mOffset; }
373
374
#endif
Callers
8
exec
Method · 0.45
setStringStackPtrValue
Method · 0.45
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