Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Dfind_path.lua84 utils.end_var_scope("this_unit", this_unit)
91 utils.end_var_scope("this_unit", this_unit)
134 utils.end_var_scope("this_unit", this_unit)
H A Drandom_placement.lua74 utils.end_var_scope(variable, variable_previous)
H A Dmodify_unit.lua94 utils.end_var_scope("this_unit", this_unit)
H A Dharm_unit.lua207 utils.end_var_scope("this_unit", this_unit)
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dwml-flow.lua150 utils.end_var_scope(i_var, save_i)
219 utils.end_var_scope(item_name, this_item)
220 utils.end_var_scope(i_name, i)
H A Dwml-utils.lua201 function utils.end_var_scope(name, var) function