getSpeech: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page getSpeech to GetSpeech without leaving a redirect: Converting page title to first-letter uppercase)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
<syntaxhighlight lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
getSpeech(id)
getSpeech(id)
getSpeech(id, tokenRef)
</syntaxhighlight>
</syntaxhighlight>


'''Parameters'''
'''Parameters'''
{{param|id|String ID for the desired speech.}}
{{param|id|String ID for the desired speech.}}
{{param|tokenRef|Either the token [[getSelected|{{code|id}}]] or [[getTokenName|Token Name]] of the token to list the desired speech from.}}
{{Note|Token IDs are unique, but Token Names can be duplicated. Using Token Name when more than one token has the same name can produce unexpected results.}}


|example=
|example=

Latest revision as of 21:07, 13 May 2024

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

getSpeech() Function

Introduced in version 1.3b48
Returns the requested Speech value from the Current Token.

Usage

getSpeech(id)
getSpeech(id, tokenRef)

Parameters

  • id - String ID for the desired speech.
  • tokenRef - Either the token id or Token Name of the token to list the desired speech from.
Token IDs are unique, but Token Names can be duplicated. Using Token Name when more than one token has the same name can produce unexpected results.

Example

Get the speech with the ID signature_line.
<b>[h: myline = getSpeech("signature_line")]</b>

Returns:

It's clobberin time!