decode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
|also= | |also= | ||
{{func|encode}} | {{func|encode}} | ||
}} | |||
[[Category:String Function]] | [[Category:String Function]] |
Revision as of 22:53, 27 April 2023
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")]