Module:LuaVar/doc

From IdleOn MMO Wiki
< Module:LuaVar
Revision as of 02:50, 26 August 2021 by imported>Kiokurashi (Created page with "Basics (capitalization of LuaVar and the function (example varDefine) is required.: To define a variable without returning the value: <pre>{{#invoke:LuaVar|varDefine |name= V...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:LuaVar

Basics (capitalization of LuaVar and the function (example varDefine) is required.:

To define a variable without returning the value:

{{#invoke:LuaVar|varDefine
|name= Variable Name
|value= Value
}}


To define a variable and returning the value:

{{#invoke:LuaVar|varDefineEcho
|name= Variable Name
|value= Value
}}


To retrieve the value of a variable. Will inform if the variable is not defined.

{{#invoke:LuaVar|var
|name= Variable Name
}}