Difference between revisions of "TNewPlayer"
(→Members) |
m (→Members) |
||
| Line 32: | Line 32: | ||
</table> | </table> | ||
</code> | </code> | ||
| − | [[Category:Classes]] | + | [[Category:Classes]][[Category:TPlayer]] |
Revision as of 10:24, 29 July 2013
Inheritance
Description
Represents a new player (bot). To effectively create one, you can use Players.Add.
user constructable: YES
user destructable: YES
Members
| Member declaration | Acess mode |
|---|---|
| constructor Create | |
| procedure Free | |
| property Name: string | RW |
| property Team: Byte | RW |
| property Health: Integer | RW |
| property Primary: TWeapon | RW |
| property Secondary: TWeapon | RW |
| property ShirtColor: Longword | RW |
| property PantsColor: Longword | RW |
| property SkinColor: Longword | RW |
| property HairColor: Longword | RW |
| property HairStyle: Byte | RW |
| property Headgear: Byte | RW |
| property Chain: Byte | RW |
| property Dummy: Boolean | RW |