Category:var

From Inspired-Lua Wiki
Revision as of 13:09, 24 May 2011 by Adriweb (talk | contribs) (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=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Quick Overview

  • <a _fcknotitle="true" href="var.list">var.list</a>() - Lists of names of variables currently used.
  • <a _fcknotitle="true" href="var.monitor">var.monitor</a>(name) - Turns on monitoring of the math variable with given name.
  • <a _fcknotitle="true" href="var.unmonitor">var.unmonitor</a>(name) - Turns on monitoring of the math variable with given name.
  • <a _fcknotitle="true" href="var.recall">var.recall</a>(name) : Returns the value of a math variable with the given name.
  • <a _fcknotitle="true" href="var.recallstr">var.recallstr</a>(name) : Returns the value of a math variable with the given name as a string.
  • <a _fcknotitle="true" href="var.store">var.store</a>(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.