Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ clearFunctionOffset
Method
clearFunctionOffset
engine/source/string/stringStack.h:133–136 ·
view source on GitHub ↗
Clear the function offset.
Source
from the content-addressed store, hash-verified
131
132
/// Clear the function offset.
133
void clearFunctionOffset()
134
{
135
mFunctionOffset = 0;
136
}
137
138
/// Set a string value on the top of the stack.
139
void setStringValue(const char *s)
Callers
2
exec
Method · 0.80
execute
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected