Console

rconsolewarn

Writes one or more values to the console using warning styling.

Syntax

rconsolewarn(...values: ...any)
Aliases consolewarn

Arguments

NameTypeDescription
...values...anyValues that are formatted and forwarded to the console.

Description

Writes one or more values to the console using warning styling.

Call it with 1 parameter(s): ...values. The argument table explains which values are required and which ones only refine the behavior.

It does not return data. Treat the call as an action and handle errors around the call site when needed.

Example

Example call with placeholder values.

rconsolewarn(nil)