Home
last modified time | relevance | path

Searched defs:lua_unit (Results 1 – 1 of 1) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit.hpp79 class lua_unit class
93 lua_unit(size_t u): uid(u), ptr(), side(0), c_ptr() {} in lua_unit() function in lua_unit
94 lua_unit(unit_ptr u): uid(0), ptr(u), side(0), c_ptr() {} in lua_unit() function in lua_unit
95 lua_unit(int s, size_t u): uid(u), ptr(), side(s), c_ptr() {} in lua_unit() function in lua_unit
96 lua_unit(unit& u): uid(0), ptr(), side(0), c_ptr(&u) {} in lua_unit() function in lua_unit