πŸ“„Client Functions

AddItem

exports.rhd_radialmenu:AddItem(itemData)

itemData: table

  • id: string

  • title: string

  • icon: string

  • canEnable: function

  • action: function(args: table | nil)

  • event: string

  • serverEvent: string

  • command: string

  • export: string "exports.rhd_core.getName"

  • args: table

RemoveItem

exports.rhd_radialmenu:RemoveItem(id)
  • id: string

Last updated