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

Method getStringStackPtr

Engine/source/console/console.cpp:2632–2638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2630}
2631
2632StringStackPtr ConsoleValue::getStringStackPtr()
2633{
2634 if (type == TypeInternalStringStackPtr)
2635 return (uintptr_t)sval;
2636 else
2637 return (uintptr_t)-1;
2638}
2639
2640bool ConsoleValue::getBoolValue()
2641{

Callers 2

pushValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected