getSpeech: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=getSpeech | |||
|description= | |||
Returns the [[Token:speech|speech]] value from the [[Token:Current Token|Current Token]]. | Returns the [[Token:speech|speech]] value from the [[Token:Current Token|Current Token]]. | ||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: speech = getSpeech(name)] | [h: speech = getSpeech(name)] | ||
</source> | </source> | ||
}} | |||
[[Category:Token Function]] |
Revision as of 03:51, 8 March 2009
getSpeech() Function
Returns the speech value from the Current Token.
Usage
[h: speech = getSpeech(name)]