Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp30 static const char uattacksKey[] = "unit attacks table"; variable
47 luaL_setmetatable(L, uattacksKey); in push_unit_attacks_table()
351 luaL_newmetatable(L, uattacksKey); in register_attacks_metatables()
360 lua_pushstring(L, uattacksKey); in register_attacks_metatables()