Home
last modified time | relevance | path

Searched refs:luaW_checkweapon (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.hpp33 attack_type& luaW_checkweapon(lua_State* L, int idx);
H A Dlua_unit_attacks.cpp83 attack_type& luaW_checkweapon(lua_State* L, int idx) in luaW_checkweapon() function
285 attack_type& attack = luaW_checkweapon(L, 1); in impl_unit_attack_set()