Difference between revisions of "TNewPlayer"

From Soldat Community Wiki
Jump to: navigation, search
(Members)
Line 33: Line 33:
 
  </table>
 
  </table>
 
</code>
 
</code>
 +
[[Category:Classes]

Revision as of 18:42, 26 June 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 declarationAcess mode
constructor Create
procedure Free

property Name: stringRW
property Team: ByteRW
property Alive: BooleanRW
property Health: IntegerRW
property Primary: TWeaponRW
property Secondary: TWeaponRW
property ShirtColor: LongwordRW
property PantsColor: LongwordRW
property SkinColor: LongwordRW
property HairColor: LongwordRW
property HairStyle: ByteRW
property Headgear: ByteRW
property Chain: ByteRW
property Dummy: BooleanRW

[[Category:Classes]