Revision [635]
This is an old revision of TServerPlayer made by Tolnaftate2004 on 2010-05-20 23:35:43.Usage
Syntax: new TServerPlayer("name")
Explanation
TServerPlayer is the class, derived from TGaniObject, from which NPCs (including GUI scripts) as well as players (i.e., your character) are created. Note, that creation of TServerPlayers 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 TServerPlayer object is impossible. However, some properties are inherited from this class (e.g., chat).
Categories
CategoryClassObject
There is one comment on this page. [Display comment]