getTokenHillVBL: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added two statuses: proposed, trusted)
No edit summary
 
Line 9: Line 9:
|usage=
|usage=
<syntaxhighlight lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
getTokenHillVBL(id)
getTokenHillVBL(tokenRef)
</syntaxhighlight>
</syntaxhighlight>


'''Parameters'''
'''Parameters'''
{{param|id|Token ID to be accessed.}}
{{param|tokenRef|Token ID to be accessed.}}Either the token [[getSelected|{{code|id}}]] or [[getTokenName|Token Name]] of the token's Hill VBL to retrieve.
{{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.}}


|also=
|also=

Latest revision as of 16:22, 14 May 2024

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

getTokenHillVBL() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.12
Retrieves Hill VBL stored on a token as a JSON object or JSON array. (If true, where is the type parameter in the call?)

Usage

getTokenHillVBL(tokenRef)

Parameters

  • tokenRef - Token ID to be accessed.Either the token id or Token Name of the token's Hill VBL to retrieve.
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.


See Also