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

Method clearFunctionOffset

Engine/source/console/stringStack.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void StringStack::clearFunctionOffset()
113{
114 //Con::printf("StringStack mFunctionOffset = 0 (from %i)", mFunctionOffset);
115 mFunctionOffset = 0;
116}
117
118void StringStack::setStringValue(const char *s)
119{

Callers 4

_internalExecuteFunction · 0.80
executeFunction · 0.80
_execMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected