Skip to content

Commit

Permalink
Export get_bleeding function to scripts (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 1, 2023
1 parent 27fc102 commit 51530a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/script_game_object_script2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ luabind::class_<CScriptGameObject>& script_register_game_object1(luabind::class_
.property("morale", &CScriptGameObject::GetMorale, &CScriptGameObject::SetMorale)
.property("bleeding", &CScriptGameObject::GetBleeding, &CScriptGameObject::SetBleeding)

// .def("get_bleeding", &CScriptGameObject::GetBleeding)
.def("get_bleeding", &CScriptGameObject::GetBleeding)
.def("center", &CScriptGameObject::Center)
.def("position", &CScriptGameObject::Position)
.def("direction", &CScriptGameObject::Direction)
Expand Down

0 comments on commit 51530a4

Please sign in to comment.