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

Function DefineEngineMethod

Engine/source/gui/editor/guiShapeEdPreview.cpp:1866–1870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1864}
1865
1866DefineEngineMethod( GuiShapeEdPreview, unmountAll, void, (),,
1867 "Unmount all shapes\n" )
1868{
1869 return object->unmountAll();
1870}

Callers 4

guiImageList.cppFile · 0.70
guiGraphCtrl.cppFile · 0.70
guiInspector.cppFile · 0.70

Calls 1

unmountAllMethod · 0.80

Tested by

no test coverage detected