Documentation

String - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: 3D Vector :: String

Root.Vector3.String(
  Delimiter String,
  Round Float,
  Trailing Boolean,
  Factor Float
) 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 components

Return Value

String

Lua Usage

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

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