getTokenPitVBL: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added description; fleshed out the rest of the page)
m (Added two statuses: proposed, truster)
 
Line 2: Line 2:
{{MacroFunction
{{MacroFunction
|name=getTokenPitVBL
|name=getTokenPitVBL
|proposed=false
|trusted=true
|version=1.12
|version=1.12
|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?)
|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?)
Line 15: Line 17:
|also=
|also=
{{func|getPitVBL}},
{{func|getPitVBL}},
Original GitHub feature request: https://github.com/RPTools/maptool/issues/3052
Original GitHub [https://github.com/RPTools/maptool/issues/3052 feature request].
}}
}}
[[Category:VBL Function]]
[[Category:VBL Function]]

Latest revision as of 03:44, 5 June 2023

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

Parameters

  • id - Token ID to be accessed.


See Also

getPitVBL(), Original GitHub feature request.