mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 03:46:02 +00:00

The implementation differs from already-existing wml.variable.proxy in that it does not try to proxy table sub-fields, and is fast & simple. Example usage: wml.variables.test = 123 print(wml.variables.test)