TransformStr — Dennispedia

TransformStr

Returns a human readable string with the values of a transform. Equivalent to string.format("%s/%s", VecStr(transform.pos), QuatStr(transform.rot)). Like VecStr, but for transforms. See that article for details.

This function is not officially documented.

Arguments

  1. Transform (table): Transform to turn into a string

Return values

  1. string: Approximate string representation