Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ push
Method
push
engine/source/string/stringStack.h:208–211 ·
view source on GitHub ↗
Push the stack, placing a zero-length string on the top.
Source
from the content-addressed store, hash-verified
206
207
/// Push the stack, placing a zero-length string on the top.
208
void push()
209
{
210
advanceChar(0);
211
}
212
213
inline void setLen(U32 newlen)
214
{
Callers
6
LeapToy
Function · 0.80
LeapToy
Function · 0.80
LeapToy
Function · 0.80
LeapToy
Function · 0.80
LeapToy
Function · 0.80
exec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected