Usage
Syntax: new TPlayer("account")
Explanation
TPlayer is the class, derived from TServerPlayer, from which particular properties of all player characters (i.e., your game character) and RCs are created. The TPlayer is created upon login, and exists some seconds after logout so that code may still be executed on the player (for saving status files, for example). Note, that creation of a TPlayer is done internally, and so the construct shown above does not actually work (or should not, if it does).
Example
Construction of a stand-alone TPlayer object is impossible.
Categories
CategoryClassObject
There are no comments on this page. [Add comment]