Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dcore.lua291 local function get_variable_proxy(k) function
313 return get_variable_proxy(k)
328 __index = function(t, k) return get_variable_proxy(k) end,
400 result[i] = get_variable_proxy(string.format("%s[%d]", var, i - 1))