Skip to main content

Class: TribullePlayer

Represents a player reported by the community platform.

Hierarchy

Properties

chatName

chatName: string

The raw player's name, as directly reported by the community platform.


client

client: Client

Inherited from

Player.client


name

name: string

The player's name.

Inherited from

Player.name

Methods

friend

friend(): void

Add player to the friend list

Returns

void

Inherited from

Player.friend


unfriend

unfriend(): void

Remove player from the friend list

Returns

void

Inherited from

Player.unfriend


whisper

whisper(message): void

Send a whisper to the player

Parameters

NameType
messagestring

Returns

void

Inherited from

Player.whisper