Vector
MSK.CoordsToString
Converts the given coords to a vector string
Parameters
coords - vector3, vector4 or table
- Coordinates
Returns
vectorString - string
- the given coordinates as a string
MSK.VectorToVector
Converts vector4 to vector3
Parameters
coords - vector4
- vector4 coordinates
Returns
coords - vector3
- the given vector4 coordinates as vector3
MSK.TableToVector
Converts a table to vector
Parameters
coords - table
- table coordinates
Returns
coords - vector3 or vector4
- the given table coordinates as vector3 or vector4
Last updated