Arguments passed when a PlayerState's owner changes

interface PlayerStateOwnerChangedArgs {
    newValue: string;
    oldValue: string;
    playerState: PlayerState;
}

Properties

newValue: string

New owner's connection ID

oldValue: string

Previous owner's connection ID

playerState: PlayerState

The PlayerState instance that changed

MMNEPVFCICPMFPCPTTAAATR