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

Function pushInstantGroup

Engine/source/console/console.cpp:1869–1873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867//------------------------------------------------------------------------------
1868
1869void pushInstantGroup( String name )
1870{
1871 sInstantGroupStack.push_back( gInstantGroup );
1872 gInstantGroup = name;
1873}
1874
1875void popInstantGroup()
1876{

Callers 15

GuiEditorInspectFieldsFunction · 0.85
GenericUndoActionFunction · 0.85
ForestEditorGuiFunction · 0.85
forestEditorGui.csFile · 0.85
shapeEditor.ed.csFile · 0.85

Calls 1

push_backMethod · 0.45

Tested by 2

GuiEditorInspectFieldsFunction · 0.68
GuiEditorInspectFieldsFunction · 0.68