We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92aaa6c commit bbadd41Copy full SHA for bbadd41
src/xrGame/script_game_object_script2.cpp
@@ -347,7 +347,6 @@ class_<CScriptGameObject>& script_register_game_object1(class_<CScriptGameObject
347
.def("set_smart_cover_target_lookout", &CScriptGameObject::set_smart_cover_target_lookout)
348
.def("set_smart_cover_target_fire", &CScriptGameObject::set_smart_cover_target_fire)
349
.def("set_smart_cover_target_fire_no_lookout", &CScriptGameObject::set_smart_cover_target_fire_no_lookout)
350
- .def("set_smart_cover_target_idle", &CScriptGameObject::set_smart_cover_target_idle)
351
.def("set_smart_cover_target_default", &CScriptGameObject::set_smart_cover_target_default)
352
353
.def("idle_min_time", (void (CScriptGameObject::*)(float)) & CScriptGameObject::idle_min_time)
0 commit comments