getTokenHillVBL: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Added page for getTokenHillVBL)
 
m (Added two statuses: proposed, trusted)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{MacroFunction
{{MacroFunction
|name=getSpeech
|name=getTokenHillVBL
|proposed=false
|trusted=true
|version=1.12
|version=1.12
|description=
|description=Retrieves Hill 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=
Line 11: Line 13:


'''Parameters'''
'''Parameters'''
{{param|id|}}
{{param|id|Token ID to be accessed.}}


|also=
{{func|getHillVBL}},
Original GitHub feature request: https://github.com/RPTools/maptool/issues/3052
}}
}}
[[Category:VBL Function]]
[[Category:VBL Function]]

Revision as of 03:43, 5 June 2023

 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(id)

Parameters

  • id - Token ID to be accessed.


See Also