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

Method setIntValue

Engine/source/console/stringStack.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void StringStack::setIntValue(U32 i)
75{
76 validateBufferSize(mStart + 32);
77 dSprintf(mBuffer + mStart, 32, "%d", i);
78 mLen = dStrlen(mBuffer + mStart);
79}
80
81void StringStack::setFloatValue(F64 v)
82{

Callers 3

setIntVariableMethod · 0.45
execMethod · 0.45
setIntVariableFunction · 0.45

Calls 2

dSprintfFunction · 0.85
dStrlenFunction · 0.50

Tested by

no test coverage detected