Interface IPermissionActor
Represents an actor that can be checked for permissions.
Namespace: OpenMod.API.Permissions
Assembly: OpenMod.API.dll
Syntax
public interface IPermissionActor
Properties
| Improve this Doc View SourceDisplayName
Gets the human readable name of the actor.
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
FullActorName
Gets the full actor name including display name and ID
Declaration
string FullActorName { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets the unique to the actor type and persistent ID of the actor.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the actor.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
System.String |