Skip to content

lobbymenu:SetHeaderAlert

CritteRo edited this page Jul 18, 2021 · 1 revision

lobbymenu:SetHeaderAlert

Type: Event Trigger

Usage: TriggerEvent('lobbymenu:SetHeaderAlert', _id, _column, _alertMessage)

Params:

  • _id :: Existing menu ID that you want to change.
  • _column :: 0 = left column, 1 = middle column, 2 = right column. Integer.
  • _alertMessage :: Alert that you want to set. String.

Notes:

  • Set the alert message to "" if you want to remove it.
  • alert background color is the same as menu header strip color.

Clone this wiki locally