forked from github/server
neue lua-exporte:
- remove_empty_units()
This commit is contained in:
parent
3c80ab03ea
commit
800fa9e2f7
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ bind_eressea(lua_State * L)
|
||||||
def("process_orders", &process_orders),
|
def("process_orders", &process_orders),
|
||||||
def("add_equipment", &lua_addequipment),
|
def("add_equipment", &lua_addequipment),
|
||||||
def("get_turn", &get_turn),
|
def("get_turn", &get_turn),
|
||||||
|
def("remove_empty_units", &remove_empty_units),
|
||||||
|
|
||||||
/* planes not really implemented */
|
/* planes not really implemented */
|
||||||
def("find_plane_id", &find_plane_id)
|
def("find_plane_id", &find_plane_id)
|
||||||
|
|
Loading…
Reference in a new issue