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

Method push

Engine/source/console/stringStack.h:252–255  ·  view source on GitHub ↗

Push the stack, placing a zero-length string on the top.

Source from the content-addressed store, hash-verified

250
251 /// Push the stack, placing a zero-length string on the top.
252 void push()
253 {
254 advanceChar(0);
255 }
256
257 inline void setLen(U32 newlen)
258 {

Callers 15

main.csFile · 0.45
main.csFile · 0.45
main.csFile · 0.45
ConvexEditorPluginFunction · 0.45
ParticleEditorPluginFunction · 0.45
main.csFile · 0.45
main.csFile · 0.45
NavEditorPluginFunction · 0.45
EditorGui.ed.csFile · 0.45
RiverEditorPluginFunction · 0.45
GuiOffscreenCanvasFunction · 0.45
carjackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected