Method | Description | |
---|---|---|
PlayerState ( uint ObjectId, ACR_ServerCommunicator Communicator ) : System |
Construct a new PlayerState object.
|
|
UpdateChatSelectGUIHeaders ( ) : void |
This method updates the chat select GUI headers if the player had the GUI active. It is called after the count of players displayed has changed. N.B. This routine is assumed to be called in-thread-context on the main thread.
|
Method | Description | |
---|---|---|
UpgradeLegacySettings ( ) : void |
Convert legacy database settings to their new format.
|
public PlayerState ( uint ObjectId, ACR_ServerCommunicator Communicator ) : System | ||
ObjectId | uint | Supplies the NWScript object id of the PC /// object. |
Communicator | ACR_ServerCommunicator | Supplies the server communicator /// instance that the PlayerState object is bound to. |
return | System |