Static function
Fast
Console.Warn
Logs an orange warning in the console with stack information, with formatted arguments
Syntax
Console.Warn(message, args... = nil)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
message
|
string | — | Message to print |
args...
optional
|
any | nil |
Other arguments to format with the message using string.format |