ODConsoleWarningMessage class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket console warning message.
It is the same as a normal ODConsoleMessage
, but it has a predefined prefix & color scheme for the "WARNING" messages!
Properties
inherited color
type ➜ api.ODValidConsoleColor
The color of the prefix of this message
inherited message
string ➜ string
The main message sent in the console
inherited params
array ➜ api.ODConsoleMessageParam[]
An array of all the parameters in this message
inherited prefix
string ➜ string
The prefix of this message (!uppercase recommended!)
Methods
constructor()
function ➜ api.ODConsoleWarningMessage
(no description)
View Parameters (2)
message
: string ➜string
- Parameter Description Lorem Ipsum.params
: array ➜api.ODConsoleMessageParam[]
- Parameter Description Lorem Ipsum.
inherited createParamsString()
function ➜ string
Render the parameters of this message in a specific color.
View Parameters (1)
color
: type ➜api.ODValidConsoleColor
- Parameter Description Lorem Ipsum.
inherited render()
function ➜ boolean
Render this message to the console using console.log
! Returns false
when something went wrong.
inherited setColor()
function ➜ api.ODConsoleWarningMessage
Set the prefix color
View Parameters (1)
color
: type ➜api.ODValidConsoleColor
- Parameter Description Lorem Ipsum.
inherited setMessage()
function ➜ api.ODConsoleWarningMessage
Set the message
View Parameters (1)
message
: string ➜string
- Parameter Description Lorem Ipsum.
inherited setParams()
function ➜ api.ODConsoleWarningMessage
Set the params
View Parameters (1)
params
: array ➜api.ODConsoleMessageParam[]
- Parameter Description Lorem Ipsum.
inherited setPrefix()
function ➜ api.ODConsoleWarningMessage
Set the prefix
View Parameters (1)
prefix
: string ➜string
- Parameter Description Lorem Ipsum.
inherited toDebugString()
function ➜ string
Create a more-detailed, non-colored version of this message to store it in the otdebug.txt
file!
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!