Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp70 static attack_ref& luaW_checkweapon_ref(lua_State* L, int idx) in luaW_checkweapon_ref() function
85 attack_ref& atk = luaW_checkweapon_ref(L, idx); in luaW_checkweapon()
251 attack_ref& atk_ref = luaW_checkweapon_ref(L, 1); in impl_unit_attack_get()