Difference between revisions of "TNewPlayer"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
(Description)
Line 9: Line 9:
  
 
user constructable: '''YES'''<br>
 
user constructable: '''YES'''<br>
user destructable: '''YES'''
+
user destructable: '''NO'''
  
 
==Members==
 
==Members==

Revision as of 00:53, 26 June 2013

Inheritance

Description

Represents a new player (bot). To create one, you can use TPlayers.Add.

user constructable: YES
user destructable: NO

Members

Member declarationAcess mode
constructor Create
procedure Free

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