Home
last modified time | relevance | path

Searched refs:highlight_hex (Results 1 – 11 of 11) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Dobject.lua55 wesnoth.highlight_hex(unit.x, unit.y)
H A Dmessage.lua384 wesnoth.highlight_hex(speaker.x, speaker.y)
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dgame_display.hpp80 virtual void highlight_hex(map_location hex) override;
H A Dgame_display.cpp153 void game_display::highlight_hex(map_location hex) in highlight_hex() function in game_display
172 display::highlight_hex(hex); in highlight_hex()
H A Dmouse_events.cpp218 gui().highlight_hex(new_hex); in touch_motion()
460 gui().highlight_hex(new_hex); in mouse_motion()
1360 gui().highlight_hex(map_location()); in attack_enemy_()
H A Ddisplay.hpp287 virtual void highlight_hex(map_location hex);
H A Dmenu_events.cpp1417 gui_->highlight_hex(loc); in do_search()
H A Ddisplay.cpp1608 void display::highlight_hex(map_location hex) in highlight_hex() function in display
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dwml-tags.lua319 wesnoth.highlight_hex(loc[1], loc[2])
330 wesnoth.highlight_hex(u.x, u.y)
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/controller/
H A Deditor_controller.cpp1290 gui().highlight_hex(hex_clicked); in mouse_motion()
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dgame_lua_kernel.cpp921 game_display_->highlight_hex(loc); in intf_highlight_hex()
2686 game_display_->highlight_hex(map_location::null_location()); in intf_deselect_hex()