table.Sanitise
Example
Example of what this function does.
Output: 1 = A
2 = Golden
3:
__type = Angle
p = 1
r = 3
y = 2
4:
__type = Vector
x = 1
y = 2
z = 3
Converts Vectors, Angles and booleans to be able to be converted to and from key-values via util.TableToKeyValues.
table.DeSanitise performs the opposite transformation.
Example of what this function does.