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

Method getMeshId

Engine/source/navigation/guiNavEditorCtrl.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130S32 GuiNavEditorCtrl::getMeshId()
131{
132 return mMesh.isNull() ? 0 : mMesh->getId();
133}
134
135DefineEngineMethod(GuiNavEditorCtrl, getMesh, S32, (),,
136 "@brief Select a NavMesh object.")

Callers 1

Calls 2

isNullMethod · 0.45
getIdMethod · 0.45

Tested by

no test coverage detected