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

Method OnRobotEditAI

editor/WorldObjectsRobotDialog.cpp:871–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871void CWorldObjectsRobotDialog::OnRobotEditAI() {
872#if 0 // LGT: CopyAIData undefined
873 CAISettingsDlg dlg;
874
875 CopyAIData(&dlg,&Robots[D3EditState.current_robot].ai_info);
876
877 if (dlg.DoModal() == IDOK)
878 CopyAIData(&Robots[D3EditState.current_robot].ai_info,&dlg);
879#endif
880}
881
882void CWorldObjectsRobotDialog::OnKillfocusScriptid() {
883#if 0 // LGT: script_handle undefined

Callers

nothing calls this directly

Calls 1

DoModalMethod · 0.45

Tested by

no test coverage detected