Event
Console.LogEntry
Called when a log is received
Syntax
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 |