getSightType: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(Applied Template:MacroFunction)
Line 1: Line 1:
==Function getSightType==
{{MacroFunction
 
|name=getSightType
|description=
Returns the type of [[Token:sight|sight]] that the [[Token:Current Token|Current Token]] has.
Returns the type of [[Token:sight|sight]] that the [[Token:Current Token|Current Token]] has.


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: sight = getSightType()]
[h: sight = getSightType()]
</source>
</source>
}}
[[Category:Sight Function]]
[[Category:Token Function]]

Revision as of 03:45, 8 March 2009

getSightType() Function

Returns the type of sight that the Current Token has.

Usage

[h: sight = getSightType()]