decode

From RPTools Wiki
Revision as of 17:30, 14 March 2023 by Taustin (talk | contribs) (Text replacement - "source>" to "syntaxhighlight>")
Jump to navigation Jump to search

decode() Function

Introduced in version 1.3b48
Decodes a string that was encoded with the encode() function. The encode() and decode() functions can be used to encode a property list so that it can be embedded within another property list.

Usage

decode(str)

Example

[h: getStrProp(decode(getStrProp(inv, "Weapons"), "Name")]