Skip to content

Api > Debug > LogWarning()


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)