Class RPCAuthMaxProposableStateAttribute
Inheritance
System.Object
RPCAuthMaxProposableStateAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class RPCAuthMaxProposableStateAttribute : ExtraRPCAuthAttribute
Constructors
RPCAuthMaxProposableStateAttribute(ProposableState)
Declaration
public RPCAuthMaxProposableStateAttribute(ProposableState maxState)
Parameters
Fields
MaxState
Declaration
public readonly ProposableState MaxState
Field Value
Properties
MinState
Declaration
public ProposableState MinState { get; set; }
Property Value
Methods
IsAuthorized(Object, IWorldObserver, AccessType, Object[])
Declaration
public override bool IsAuthorized(object obj, IWorldObserver observer, AccessType requiredAccess, object[] args)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods