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

Method getPlayerId

Engine/source/navigation/guiNavEditorCtrl.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141S32 GuiNavEditorCtrl::getPlayerId()
142{
143 return mPlayer.isNull() ? 0 : mPlayer->getId();
144}
145
146DefineEngineMethod(GuiNavEditorCtrl, getPlayer, S32, (),,
147 "@brief Select a NavMesh object.")

Callers 1

Calls 2

isNullMethod · 0.45
getIdMethod · 0.45

Tested by

no test coverage detected