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

Method getMeshId

Engine/source/navigation/guiNavEditorCtrl.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

getIdMethod · 0.65
isNullMethod · 0.45

Tested by

no test coverage detected