Define PlayerService interface.

Implements

Constructors

Accessors

  • get playerCount(): number
  • Get the number of players currently connected in the room.

    Returns number

Methods

  • Check if the Entity is the LocalPlayer.

    Parameters

    • entity: Entity

      Entity

    • Optionalrecursive: boolean

      Recursively check if the parent of the incoming entity is the player, default is false.

    Returns boolean

  • Check if the Entity is the RemotePlayer.

    Parameters

    • entity: Entity

      Entity

    • Optionalrecursive: boolean

      Recursively check if the parent of the incoming entity is the player, default is false.

    Returns boolean

  • Send a specific event.

    Type Parameters

    Parameters

    • event: T

      Event name

    • Rest...args: any[]

      Event parameters

    Returns EventHandler

  • Retrieve player information using Entity.

    Parameters

    • entity: Entity

      Player's Entity.

    • Optionalrecursive: boolean

      Whether to allow the incoming entity to be a child node of the player, default is false.

    Returns null | ILocalPlayer | IRemotePlayer

  • Unsubscribe from a specific event.

    Type Parameters

    Parameters

    Returns EventHandler

  • Subscribe to a specific event.

    Type Parameters

    Parameters

    Returns EventHandle

MMNEPVFCICPMFPCPTTAAATR