Module:LuaVar/doc

From IdleOn MMO Wiki
< Module:LuaVar
Revision as of 02:51, 26 August 2021 by imported>Kiokurashi

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
}}