getTokenPitVBL: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page GetTokenPitVBL to getTokenPitVBL: Converting page titles to lowercase)
m (Added description; fleshed out the rest of the page)
Line 3: Line 3:
|name=getTokenPitVBL
|name=getTokenPitVBL
|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=
Line 11: Line 11:


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


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

Revision as of 03:15, 5 June 2023

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

getTokenPitVBL() Function

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