Groups Permission
The group system structure has been completed with hierarchy. Group System Commit You can add a group to a user only, which will apply to all of the user's characters. You can also add a group to a specific character only.
To check if a user has group permission, use the following methods:
API.AddUserToGroupByName
Add user to group by name
API.RemoveUserFromGroupByName
Remove user from group by group name
API.AddCharacterToGroupByName
Add character to group by group name
API.RemoveCharacterFromGroupByName
Remove character from group by group name
API.IsPlayerAceAllowedGroup
Returns true
or false
to check permission.
API.IsUserAceAllowedGroup
API.IsCharacterAceAllowedGroup
API.IsPlayerAceAllowedGroupFlag
Returns true
or false
to check for additional flags. For example: API.IsPlayerAceAllowedGroupFlag(1, "law", "workshift")
Returns whether the user is on duty in the specified job.
API.IsUserAceAllowedGroupFlag
API.IsCharacterAceAllowedGroupFlag
Last updated