getSightType: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{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= | |||
<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()]