Documentation

String - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: 4D Vector (Quaternion) :: String

Root.Vector4.String(
  Delimiter String,
  Round Float,
  Trailing Boolean,
  Factor Float,
  Representation String Representation
) String
Returns text representation for debugging

Parameters

Delimiter String
Character/string that will separate each component inside the combined text
Round Float
The multiple that the result should be rounded to; use 1 to round to whole numbers
Trailing Boolean
Include trailing zeroes
Factor Float
Value to multiply result; use 57.29578 with Euler quaternion representation to get values as degrees
Representation String Representation
How the string should be composed

Return Value

String

Lua Usage

local string = value4DVectorQuaternion:String(delimiter, round, trailing, factor, representation)

If you think anything is missing, please feel free to: submit documentation feedback on this page