Difference between revisions of "Category:var"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "<h2> Quick Overview</h2> <ul><li><b><a _fcknotitle="true" href="var.list">var.list</a></b>() - Lists of names of variables currently used. </li><li><b><a _fcknotitle="true" href=...")
 
Line 1: Line 1:
<h2> Quick Overview</h2>
+
== Quick Overview ==
<ul><li><b><a _fcknotitle="true" href="var.list">var.list</a></b>() - Lists of names of variables currently used.
+
*[[var.list]]() - Lists of names of variables currently used.
</li><li><b><a _fcknotitle="true" href="var.monitor">var.monitor</a></b>(name) - Turns on monitoring of the math variable with given <i>name</i>.
+
*[[var.monitor]](name) - Turns on monitoring of the math variable with given <i>name</i>.
</li><li><b><a _fcknotitle="true" href="var.unmonitor">var.unmonitor</a></b>(name) - Turns on monitoring of the math variable with given <i>name</i>.
+
*[[var.unmonitor]](name) - Turns on monitoring of the math variable with given <i>name</i>.
</li><li><b><a _fcknotitle="true" href="var.recall">var.recall</a></b>(name)&nbsp;: Returns the value of a math variable with the given <i>name</i>.
+
*[[var.recall]](name)&nbsp;: Returns the value of a math variable with the given <i>name</i>.
</li><li><b><a _fcknotitle="true" href="var.recallstr">var.recallstr</a></b>(name)&nbsp;: Returns the value of a math variable with the given <i>name</i> as a string.
+
*[[var.recallstr]](name)&nbsp;: Returns the value of a math variable with the given <i>name</i> as a string.
</li><li><b><a _fcknotitle="true" href="var.store">var.store</a></b>(name, value)&nbsp;: Stores <i>value</i> as a math variable with the given <i>name</i>.
+
*[[var.store]](name, value)&nbsp;: Stores <i>value</i> as a math variable with the given <i>name</i>.
</li></ul>
 
<p><br />
 
</p>
 

Revision as of 13:11, 24 May 2011

Quick Overview

  • var.list() - Lists of names of variables currently used.
  • var.monitor(name) - Turns on monitoring of the math variable with given name.
  • var.unmonitor(name) - Turns on monitoring of the math variable with given name.
  • var.recall(name) : Returns the value of a math variable with the given name.
  • var.recallstr(name) : Returns the value of a math variable with the given name as a string.
  • var.store(name, value) : Stores value as a math variable with the given name.

Pages in category "var"

The following 10 pages are in this category, out of 10 total.