Skip to content

lobbymenu:AddDetailsRow

CritteRo edited this page Jul 18, 2021 · 1 revision

lobbymenu:AddDetailsRow

Adds a text row on the right column.

Type: Event Trigger

Usage: TriggerEvent('lobbymenu:AddDetailsRow', _id, _text, _rightText)

Params:

  • _id :: Existing menu ID that you want to modify.
  • _text :: Left side text. String.
  • _rightText :: Right side text. String.

Notes:

  • Those are designed for single line usage. Keep that in mind when building the menu.

Clone this wiki locally