mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 02:39:08 +00:00
Lua: Expose wesnoth.map.get_area
...how did I miss that?
This commit is contained in:
parent
69b6be864b
commit
21e16e2508
@ -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>},
|
||||
|
Loading…
x
Reference in New Issue
Block a user