class AuthorityAttribute

in global :: Sandbox

Marks a method as being an RPC specifically targeted to the owner of the , or the host if the doesn't have an owner. The state of the object the RPC is called on will be up-to-date including its and any properties with the or attributes by the time the method is called on remote clients. The only except is any synchronized properties marked with which will generally only be received every network tick.


public NetPermission Permission { get; set; }

😔 No documentation found.

public NetFlags Flags { get; set; }

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public AuthorityAttribute( )

😔 No documentation found.

public AuthorityAttribute( NetPermission permission )

😔 No documentation found.