Skip to main content

Groups

ESX.GetGroup

Gets the group object data for the specified group name.

ESX.GetGroup(groupName)
  • groupName: string
  • return xGroup?

ESX.GetGroups

Gets all of the group objects data.

ESX.GetGroups()
  • return <string, xGroup> (array containing instances of xGroup)