nanos world API Reference Unofficial documentation
Static function Shared Fast

Console.Warn

Logs an orange warning in the console with stack information, with formatted arguments

Syntax

Lua
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