Table of Contents

SendAuthorityTransfer

Methods
bool SendAuthorityTransfer(Entity id, ClientID newAuthority, bool authorized, AuthorityType authorityType = AuthorityType.Full)
Parameters
Type Name Description
Entity id
ClientID newAuthority
bool authorized
AuthorityType authorityType
Returns
Type Description
bool
bool SendAuthorityTransfer(Entity id, ClientID newAuthority, bool authorized, AuthorityType authorityType, out SendAuthorityTransferResult result)
Parameters
Type Name Description
Entity id
ClientID newAuthority
bool authorized
AuthorityType authorityType
SendAuthorityTransferResult result
Returns
Type Description
bool