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

Method clearFunctionOffset

Engine/source/console/stringStack.h:161–165  ·  view source on GitHub ↗

Clear the function offset.

Source from the content-addressed store, hash-verified

159
160 /// Clear the function offset.
161 void clearFunctionOffset()
162 {
163 //Con::printf("StringStack mFunctionOffset = 0 (from %i)", mFunctionOffset);
164 mFunctionOffset = 0;
165 }
166
167 /// Set a string value on the top of the stack.
168 void setStringValue(const char *s)

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected