Messages
in package
Collection of functions to help display messages and message boxes.
Table of Contents
Methods
- getAdminBoxNames() : array<int, string>
- getMessagePlayer() : string|Player
- getMessageTypeImage() : string
- getMessageTypeNames() : mixed
Methods
getAdminBoxNames()
public
static getAdminBoxNames() : array<int, string>
Return values
array<int, string>getMessagePlayer()
public
static getMessagePlayer(int $accountID, int $gameID[, int|null $messageType = null ]) : string|Player
Parameters
- $accountID : int
- $gameID : int
- $messageType : int|null = null
Return values
string|PlayergetMessageTypeImage()
public
static getMessageTypeImage(int $typeID) : string
Parameters
- $typeID : int
Return values
stringgetMessageTypeNames()
public
static getMessageTypeNames([int|null $typeID = null ]) : mixed
Parameters
- $typeID : int|null = null