getTokenPitVBL: Difference between revisions
Jump to navigation
Jump to search
(Added page for getTokenPitVBL function) |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
{{MacroFunction | {{MacroFunction | ||
|name=getTokenPitVBL | |name=getTokenPitVBL | ||
|proposed=false | |||
|trusted=true | |||
|version=1.12 | |version=1.12 | ||
|description= | |description=Retrieves Pit VBL stored on a token as a JSON object or JSON array. (If true, where is the {{code|type}} parameter in the call?) | ||
|usage= | |usage= | ||
<syntaxhighlight lang="mtmacro" line> | <syntaxhighlight lang="mtmacro" line> | ||
getTokenPitVBL( | getTokenPitVBL(tokenRef) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|id|}} | {{param|tokenRef|Either the token [[getSelected|{{code|id}}]] or [[getTokenName|Token Name]] of the token to be accessed.}} | ||
{{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= | |||
{{func|getPitVBL}}, | |||
Original GitHub [https://github.com/RPTools/maptool/issues/3052 feature request]. | |||
}} | }} | ||
[[Category:VBL Function]] | [[Category:VBL Function]] |
Latest revision as of 23:59, 14 May 2024
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
getTokenPitVBL() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.12
Retrieves Pit VBL stored on a token as a JSON object or JSON array. (If true, where is the
type
parameter in the call?)Usage
getTokenPitVBL(tokenRef)
Parameters
tokenRef
- Either the tokenid
or Token Name of the token to be accessed.
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
getPitVBL(),
Original GitHub feature request.