Open Dev Kit Documentation :: General :: 3D Vector :: String
Root.Vector3.String( Delimiter String, Round Float, Trailing Boolean, Factor Float ) StringReturns 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
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
