Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Drole.lua8 local filter = wml.shallow_literal(cfg)
43 local original = wml.shallow_literal(child)
H A Dset_variable.lua11 wml.variables[name] = wml.shallow_literal(cfg).literal
H A Dharm_unit.lua9 …if not wml.shallow_literal(cfg).amount then helper.wml_error("[harm_unit] has missing required amo…
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dwml-conditionals.lua12 cfg = wml.shallow_literal(cfg)
H A Dhelper.lua331 helper.shallow_literal = wesnoth.deprecate_api('helper.shallow_literal', 'wml.shallow_literal', 1, …
H A Dwml-utils.lua111 local cmds = wml.shallow_literal(cfg)
H A Dcore.lua153 function wml.shallow_literal(cfg) function
H A Dwml-tags.lua269 cfg = wml.shallow_literal(cfg)
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_common.cpp224 bool shallow_literal = strcmp(m, "__shallow_literal") == 0; in impl_vconfig_get() local
225 if (shallow_literal || strcmp(m, "__shallow_parsed") == 0) in impl_vconfig_get()
229 if (shallow_literal) in impl_vconfig_get()
237 if (shallow_literal) { in impl_vconfig_get()