Documentation

String - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Color HDR :: String

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

Return Value

String

Lua Usage

local string = colorHDR:String(delimiter, round, trailing)

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