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

Function popInstantGroup

Engine/source/console/console.cpp:1875–1884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1873}
1874
1875void popInstantGroup()
1876{
1877 if( sInstantGroupStack.empty() )
1878 gInstantGroup = String::EmptyString;
1879 else
1880 {
1881 gInstantGroup = sInstantGroupStack.last();
1882 sInstantGroupStack.pop_back();
1883 }
1884}
1885
1886
1887typedef HashMap<StringTableEntry, StringTableEntry> typePathExpandoMap;

Callers 15

GuiEditorInspectFieldsFunction · 0.85
GenericUndoActionFunction · 0.85
ForestEditorGuiFunction · 0.85
undoActions.ed.csFile · 0.85
MECreateUndoActionFunction · 0.85
MEDeleteUndoActionFunction · 0.85

Calls 3

lastMethod · 0.80
emptyMethod · 0.45
pop_backMethod · 0.45

Tested by 2

GuiEditorInspectFieldsFunction · 0.68
GuiEditorInspectFieldsFunction · 0.68