Documentation

Write - Open Dev Kit Documentation

Open Dev Kit Documentation :: Console :: Write

Console.Write(
  Text String,
  New Line Boolean
) 

Parameters

Text String
New Line Boolean
appends a new line after the provided text

Return Value

Nothing

Lua Usage

Console.Write(text, newLine)

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