Skip to content
Snippets Groups Projects
Commit 25ee6cf6 authored by Ludvig Fors's avatar Ludvig Fors
Browse files

Changed tabs to 4 spaces. Added documentation in docs/ for IDAbot.send_chat

parent 3893c70c
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ PYBIND11_MODULE(library, m)
.def(py::init())
.def("on_game_start", &IDABot::OnGameStart)
.def("on_step", &IDABot::OnStep)
.def("send_chat", &IDABot::SendChat, "Send a message to the game chat", "message"_a)
.def("send_chat", &IDABot::SendChat, "Send a message to the game chat", "message"_a)
.def("get_all_units", &IDABot::GetAllUnits, "Returns a list of all units")
.def("get_my_units", &IDABot::GetMyUnits, "Returns a list of all units beloning to the player")
.def("get_player_race", &IDABot::GetPlayerRace)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment