Category:Functions

From SphereWiki
Revision as of 07:50, 8 June 2009 by MrSugarCube (talk | contribs) (Created page with '==References== {| border="1" cellspacing="4" cellpadding="4" | '''Name''' || '''Read/Write''' || '''Description''' |- | ARGO || RW || Gets or sets a reference to a [[Characte...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

References

Name Read/Write Description
ARGO RW Gets or sets a reference to a character or item.
REFx RW Gets or sets a reference to a character or item.


Properties and Functions

Name Read/Write Description
ARGN1 RW Gets the first parameter passed into the function, as a numeric value.
ARGN2 RW Gets the second parameter passed into the function, as a numeric value.
ARGN3 RW Gets the third parameter passed into the function, as a numeric value.
ARGS RW Gets the entire argument string passed into the function.
ARGV R Returns the number of parameters passed into the function.
ARGV[n] R Returns the nth parameter passed into the function. (zero-based)
FLOAT.name RW Gets or sets the value of a local floating point variable.
LOCAL.name RW Gets or sets the value of a local variable.
RETURN value W Exits the function, passing value back to whatever called it (if the function was used as <FUNCTION>. value can be either a string or numeric value.
TRY command W Executes command.
TRYSRV command W Executes command, with the SERV object as SRC.

This category currently contains no pages or media.