Skip to main content

Debug.LogWarning(any message)

Logs the string passed by message as warning.

Parameters:

NameTypeDescription
messageanyThe string to be logged.

Usage

---@type any
local message;


Debug:LogWarning(message)