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

Method setLinkFlags

Engine/source/navigation/guiNavEditorCtrl.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void GuiNavEditorCtrl::setLinkFlags(const LinkData &d)
187{
188 if(mMode == mLinkMode && !mMesh.isNull() && mLink != -1)
189 {
190 mMesh->setLinkFlags(mLink, d);
191 }
192}
193
194DefineEngineMethod(GuiNavEditorCtrl, setLinkFlags, void, (U32 flags),,
195 "@Brief Set jump and drop properties of the selected link.")

Callers 1

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected