LogWarning
7/14/25Less than 1 minute
Debug.LogWarning(any message)
Logs the string passed by message
as warning.
Parameters:
Name | Type | Description |
---|---|---|
message | any | The string to be logged. |
Usage
---@type any
local message;
Debug:LogWarning(message)
Logs the string passed by message
as warning.
Name | Type | Description |
---|---|---|
message | any | The string to be logged. |
---@type any
local message;
Debug:LogWarning(message)