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

Method setLinkFlags

Engine/source/navigation/guiNavEditorCtrl.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected