MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnRobotEditPhysics

Method OnRobotEditPhysics

editor/WorldObjectsRobotDialog.cpp:844–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void CWorldObjectsRobotDialog::OnRobotEditPhysics() {
845#if 0 // LGT: CopyPhysicsData undefined
846 CPhysicsDlg dlg;
847
848 CopyPhysicsData(&dlg,&Robots[D3EditState.current_robot].phys_info);
849
850 if (dlg.DoModal() == IDOK)
851 CopyPhysicsData(&Robots[D3EditState.current_robot].phys_info,&dlg);
852#endif
853}
854
855void CWorldObjectsRobotDialog::OnRobotUsesAI() {
856#if 0 // LGT: undeclared symbols

Callers

nothing calls this directly

Calls 1

DoModalMethod · 0.45

Tested by

no test coverage detected