Difference between revisions of "TPlayer"
(→Members: Changed table format to be consistent with other pages) |
m (→Description: Change format to be consistent with other pages) |
||
| Line 5: | Line 5: | ||
==Description== | ==Description== | ||
| − | Represents a player. | + | Represents a player.<br> |
| − | + | user constructable: '''NO''' | |
| − | user constructable: '''NO''' | + | user destructable: '''NO''' |
| − | user destructable: '''NO''' | ||
==Members== | ==Members== | ||
Revision as of 13:18, 29 July 2013
Inheritance
Description
Represents a player.
user constructable: NO user destructable: NO
Members
| Member declaration | Access mode | Inherited |
|---|---|---|
| property Team: Byte | R | no |
| property Name: string | R | no |
| property Alive: boolean | R | no |
| property Health: integer | R | no |
| property Primary: TPrimaryPlayerWeapon | R | no |
| property Secondary: TSecondaryPlayerWeapon | R | no |
| property ShirtColor: Longword | R | no |
| property PantsColor: Longword | R | no |
| property SkinColor: Longword | R | no |
| property HairColor: Longword | R | no |
| property FavouriteWeapon: string | RW | no |
| property ChosenSecondaryWeapon: Byte | R | no |
| property Friend: string | RW | no |
| property Accuracy: Byte | RW | no |
| property ShootDead: Boolean | RW | no |
| property GrenadeFrequency: Byte | RW | no |
| property Camping: Boolear | RW | no |
| property OnStartUse: Byte | RW | no |
| property HairStyle: Byte | R | no |
| property Headgear: Byte | R | no |
| property Chain: Byte | R | no |
| property ChatFrequency: Byte | RW | no |
| property ChatKill: string | RW | no |
| property ChatDead: string | RW | no |
| property ChatLowHealth: string | RW | no |
| property ChatSeeEnemy: string | RW | no |
| property ChatWinning: string | RW | no |
| property Dummy: Boolean | R | no |