IAuthorizable

Namespace: uModCommon

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 (String)

Adds the player to the specified group

BelongsToGroup (String)

Determines if the player belongs to the specified group

Can (String)

Determines if the player has the specified permission

GrantPermission (String)

Grants the specified permission on this player

HasPermission (String)

Determines if the player has the specified permission

RemoveFromGroup (String)

Removes the player from the specified group

RevokePermission (String)

Revokes the specified permission from this player