getTokenPitVBL
(Redirected from GetTokenPitVBL)
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.