|
|
Line 1: |
Line 1: |
| RbxUtility is a [[RbxLibrary]] that provides functions for various uses. It contains a JSON encoder and a JSON decoder, which can be used to store tables as strings and convert them back to tables, but also some other useful functions that can be useful for different things.L
| | #redirect [[RbxUtility (Library)]] |
| | |
| ==The API==
| |
| | |
| {{:EncodeJSON_(Function)}}
| |
| {{:DecodeJSON_(Function)}}
| |
| | |
| '''NOTE: There is also a MakeWedge function, but it shouldn't be used. Instead, use the [[AutowedgeCell_(Method)|AutowedgeCell]] or [[AutowedgeCells_(Method)|AutowedgeCells]] method of [[Terrain]].'''
| |
| | |
| ==See Also==
| |
| *[[RbxLibrary]]
| |
| *[http://www.roblox.com/RbxUtility-item?id=60595411 RbxUtility]
| |