Lua: Expose wesnoth.map.get_area

...how did I miss that?
This commit is contained in:
Celtic Minstrel 2021-06-19 17:26:42 -04:00
parent 69b6be864b
commit 21e16e2508

View File

@ -4287,6 +4287,7 @@ game_lua_kernel::game_lua_kernel(game_state & gs, play_controller & pc, reports
// Time area operations
{"place_area", &dispatch<&game_lua_kernel::intf_add_time_area>},
{"remove_area", &dispatch<&game_lua_kernel::intf_remove_time_area>},
{"get_area", &dispatch<&game_lua_kernel::intf_get_time_area>},
// Filters
{"find", &dispatch<&game_lua_kernel::intf_get_locations>},
{"matches", &dispatch<&game_lua_kernel::intf_match_location>},