Difference between revisions of "TNewPlayer"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
(Description)
Line 6: Line 6:
  
 
==Description==
 
==Description==
Represents a new player (bot). To create one, you can use [[TPlayers.Add]].
+
Represents a new player (bot). To effectively create one, you can use [[TPlayers.Add]].
  
 
user constructable: '''YES'''<br>
 
user constructable: '''YES'''<br>

Revision as of 01:05, 26 June 2013

Inheritance

Description

Represents a new player (bot). To effectively 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