IAuthorizable
Assembly: uMod.Common.dll
Summary
Authorizable interface
Properties
Name | Summary |
|---|---|
IsAdmin | Gets if the player is a server administrator |
IsModerator | Gets if the player is a server moderator |
Methods
Name | Summary |
|---|---|
AddToGroup ( | Adds the player to the specified group |
BelongsToGroup ( | Determines if the player belongs to the specified group |
Can ( | Determines if the player has the specified permission |
GrantPermission ( | Grants the specified permission on this player |
HasPermission ( | Determines if the player has the specified permission |
RemoveFromGroup ( | Removes the player from the specified group |
RevokePermission ( | Revokes the specified permission from this player |