neue lua-exporte:

- remove_empty_units()
This commit is contained in:
Enno Rehling 2004-04-11 00:14:37 +00:00
parent 3c80ab03ea
commit 800fa9e2f7
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ bind_eressea(lua_State * L)
def("process_orders", &process_orders),
def("add_equipment", &lua_addequipment),
def("get_turn", &get_turn),
def("remove_empty_units", &remove_empty_units),
/* planes not really implemented */
def("find_plane_id", &find_plane_id)