decode: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
Verisimilar (talk | contribs) m (Macros:Functions:decode moved to decode) |
(No difference)
|
Revision as of 01:28, 7 March 2009
decode() Function
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
[h: str = decode(str)]
Example
[h: getStrProp(decode(getStrProp(inv, "Weapons"), "Name")]