Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1866
DefineEngineMethod( GuiShapeEdPreview, unmountAll, void, (),,
1867
"Unmount all shapes\n"
)
1868
{
1869
return object->unmountAll();
1870
}
Callers
4
guiImageList.cpp
File · 0.70
guiShapeEdPreview.cpp
File · 0.70
guiGraphCtrl.cpp
File · 0.70
guiInspector.cpp
File · 0.70
Calls
1
unmountAll
Method · 0.80
Tested by
no test coverage detected