nanos world API Reference Unofficial documentation
Event Shared

Console.LogEntry

Called when a log is received

Syntax

Lua
Console.Subscribe("LogEntry", function(text, type)
    -- il tuo codice
end)

Arguments

Name Type Default Description
text string Log Message
type LogType Type of the log