Difference between revisions of "TActivePlayer"

From Soldat Community Wiki
Jump to: navigation, search
m (Members)
m (Members: Centered text in table to be consistent with other pages)
Line 15: Line 15:
 
! Member declaration !! Access mode !! Inherited
 
! Member declaration !! Access mode !! Inherited
 
|-
 
|-
| function [[TActivePlayer.Ban|Ban]](Time: Integer; Reason: string): Boolean ||  || no
+
| function [[TActivePlayer.Ban|Ban]](Time: Integer; Reason: string): Boolean || align="center" |  || align="center" | no
 
|-
 
|-
| function [[TActivePlayer.Kick|Kick]]: Boolean ||  || no
+
| function [[TActivePlayer.Kick|Kick]]: Boolean || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.Say|Say]](Text: string) ||  || no
+
| procedure [[TActivePlayer.Say|Say]](Text: string) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.Damage|Damage]](Shooter: Byte; Damage: Integer) ||  || no
+
| procedure [[TActivePlayer.Damage|Damage]](Shooter: Byte; Damage: Integer) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.BigText|BigText]](Layer: Byte; Text: string; Delay: Integer; Color: Longint; Scale: Single; X, Y: Integer) ||  || no
+
| procedure [[TActivePlayer.BigText|BigText]](Layer: Byte; Text: string; Delay: Integer; Color: Longint; Scale: Single; X, Y: Integer) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.ForceWeapon|ForceWeapon]](Primary, Secondary: [[TWeapon]]) ||  || no
+
| procedure [[TActivePlayer.ForceWeapon|ForceWeapon]](Primary, Secondary: [[TWeapon]]) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.Forward|Forward]](TargetIP: string; TargetPort: Word; Message: string) ||  || no
+
| procedure [[TActivePlayer.Forward|Forward]](TargetIP: string; TargetPort: Word; Message: string) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.GiveBonus|GiveBonus]](BType: Byte) ||  || no
+
| procedure [[TActivePlayer.GiveBonus|GiveBonus]](BType: Byte) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.Move|Move]](X, Y: Single) ||  || no
+
| procedure [[TActivePlayer.Move|Move]](X, Y: Single) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.Tell|Tell]](Text: string) ||  || no
+
| procedure [[TActivePlayer.Tell|Tell]](Text: string) || align="center" |  || align="center" | no
 
|-
 
|-
| procedure [[TActivePlayer.WriteConsole|WriteConsole]](Text: string; Color: Longint) ||  || no
+
| procedure [[TActivePlayer.WriteConsole|WriteConsole]](Text: string; Color: Longint) || align="center" |  || align="center" | no
 
|-
 
|-
 
| colspan="3" |  
 
| colspan="3" |  
 
|-
 
|-
| property [[TPlayer.Name|Name]]: string || R || yes
+
| property [[TPlayer.Name|Name]]: string || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Health|Health]]: string || R || yes
+
| property [[TPlayer.Health|Health]]: string || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Primary|Primary]]: [[TPlayerWeapon]] || R || yes
+
| property [[TPlayer.Primary|Primary]]: [[TPlayerWeapon]] || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Secondary|Secondary]]: [[TPlayerWeapon]] || R || yes
+
| property [[TPlayer.Secondary|Secondary]]: [[TPlayerWeapon]] || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ShirtColor|ShirtColor]]: Longword || R || yes
+
| property [[TPlayer.ShirtColor|ShirtColor]]: Longword || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.PantsColor|PantsColor]]: Longword  || R || yes
+
| property [[TPlayer.PantsColor|PantsColor]]: Longword  || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.SkinColor|SkinColor]]: Longword || R || yes
+
| property [[TPlayer.SkinColor|SkinColor]]: Longword || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.HairColor|HairColor]]: Longword || R || yes
+
| property [[TPlayer.HairColor|HairColor]]: Longword || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.FavouriteWeapon|FavouriteWeapon]]: string || RW || yes
+
| property [[TPlayer.FavouriteWeapon|FavouriteWeapon]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChosenSecondaryWeapon|ChosenSecondaryWeapon]]: Byte || R || yes
+
| property [[TPlayer.ChosenSecondaryWeapon|ChosenSecondaryWeapon]]: Byte || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Friend|Friend]]: string || RW || yes
+
| property [[TPlayer.Friend|Friend]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Accuracy|Accuracy]]: Byte || RW || yes
+
| property [[TPlayer.Accuracy|Accuracy]]: Byte || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ShootDead|ShootDead]]: Boolean || RW || yes
+
| property [[TPlayer.ShootDead|ShootDead]]: Boolean || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.GrenadeFrequency|GrenadeFrequency]]: Byte || RW || yes
+
| property [[TPlayer.GrenadeFrequency|GrenadeFrequency]]: Byte || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Camping|Camping]]: Boolean || RW || yes
+
| property [[TPlayer.Camping|Camping]]: Boolean || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.OnStartUse|OnStartUse]]: Byte || RW || yes
+
| property [[TPlayer.OnStartUse|OnStartUse]]: Byte || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.HairStyle|HairStyle]]: Byte || R || yes
+
| property [[TPlayer.HairStyle|HairStyle]]: Byte || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Headgear|Headgear]]: Byte || R || yes
+
| property [[TPlayer.Headgear|Headgear]]: Byte || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Chain|Chain]]: Byte || R || yes
+
| property [[TPlayer.Chain|Chain]]: Byte || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChatFrequency|ChatFrequency]]: Byte || RW || yes
+
| property [[TPlayer.ChatFrequency|ChatFrequency]]: Byte || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChatKill|ChatKill]]: string || RW || yes
+
| property [[TPlayer.ChatKill|ChatKill]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChatDead|ChatDead]]: string || RW || yes
+
| property [[TPlayer.ChatDead|ChatDead]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChatLowHealth|ChatLowHealth]]: string || RW || yes
+
| property [[TPlayer.ChatLowHealth|ChatLowHealth]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChatSeeEnemy|ChatSeeEnemy]]: string || RW || yes
+
| property [[TPlayer.ChatSeeEnemy|ChatSeeEnemy]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.ChatWinning|ChatWinning]]: string || RW || yes
+
| property [[TPlayer.ChatWinning|ChatWinning]]: string || align="center" | RW || align="center" | yes
 
|-
 
|-
| property [[TPlayer.Dummy|Dummy]]: Boolean || R || yes
+
| property [[TPlayer.Dummy|Dummy]]: Boolean || align="center" | R || align="center" | yes
 
|-
 
|-
| property [[TActivePlayer.ID|ID]]: Byte || R || no
+
| property [[TActivePlayer.ID|ID]]: Byte || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Team|Team]]: Byte || RW || yes (modif.)
+
| property [[TActivePlayer.Team|Team]]: Byte || align="center" | RW || align="center" | yes (modif.)
 
|-
 
|-
| property [[TActivePlayer.Alive|Alive]]: Boolean || RW || yes (modif.)
+
| property [[TActivePlayer.Alive|Alive]]: Boolean || align="center" | RW || align="center" | yes (modif.)
 
|-
 
|-
| property [[TActivePlayer.Kills|Kills]]: Integer || RW || no
+
| property [[TActivePlayer.Kills|Kills]]: Integer || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Deaths|Deaths]]: Integer || R || no
+
| property [[TActivePlayer.Deaths|Deaths]]: Integer || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Ping|Ping]]: Integer || R || no
+
| property [[TActivePlayer.Ping|Ping]]: Integer || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Active|Active]]: Boolean || R || no
+
| property [[TActivePlayer.Active|Active]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.IP|IP]]: string || R || no
+
| property [[TActivePlayer.IP|IP]]: string || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Port|Port]]: Word || R || no
+
| property [[TActivePlayer.Port|Port]]: Word || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.VelX|VelX]]: Single || R || no
+
| property [[TActivePlayer.VelX|VelX]]: Single || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.VelY|VelY]]: Single || R || no
+
| property [[TActivePlayer.VelY|VelY]]: Single || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Muted|Muted]]: Boolean || RW || no
+
| property [[TActivePlayer.Muted|Muted]]: Boolean || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Jets|Jets]]: Integer || R || no
+
| property [[TActivePlayer.Jets|Jets]]: Integer || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Grenades|Grenades]]: Byte || R || no
+
| property [[TActivePlayer.Grenades|Grenades]]: Byte || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.X|X]]: Single || R || no
+
| property [[TActivePlayer.X|X]]: Single || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Y|Y]]: Single || R || no
+
| property [[TActivePlayer.Y|Y]]: Single || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Flagger|Flagger]]: Boolean || R || no
+
| property [[TActivePlayer.Flagger|Flagger]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Time|Time]]: Integer || R || no
+
| property [[TActivePlayer.Time|Time]]: Integer || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnGround|OnGround]]: Boolean || R || no
+
| property [[TActivePlayer.OnGround|OnGround]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Human|Human]]: Boolean || R || no
+
| property [[TActivePlayer.Human|Human]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Direction|Direction]]: Shortint || R || no
+
| property [[TActivePlayer.Direction|Direction]]: Shortint || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.Flags|Flags]]: Byte || R || no
+
| property [[TActivePlayer.Flags|Flags]]: Byte || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.HWID|HWID]]: string || R || no
+
| property [[TActivePlayer.HWID|HWID]]: string || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyUp|KeyUp]]: Boolean || R || no
+
| property [[TActivePlayer.KeyUp|KeyUp]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyLeft|KeyLeft]]: Boolean || R || no
+
| property [[TActivePlayer.KeyLeft|KeyLeft]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyRight|KeyRight]]: Boolean || R || no
+
| property [[TActivePlayer.KeyRight|KeyRight]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyShoot|KeyShoot]]: Boolean || R || no
+
| property [[TActivePlayer.KeyShoot|KeyShoot]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyJetpack|KeyJetpack]]: Boolean || R || no
+
| property [[TActivePlayer.KeyJetpack|KeyJetpack]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyGrenade|KeyGrenade]]: Boolean || R || no
+
| property [[TActivePlayer.KeyGrenade|KeyGrenade]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyChangeWeap|KeyChangeWeap]]: Boolean || R || no
+
| property [[TActivePlayer.KeyChangeWeap|KeyChangeWeap]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyThrow|KeyThrow]]: Boolean || R || no
+
| property [[TActivePlayer.KeyThrow|KeyThrow]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyReload|KeyReload]]: Boolean || R || no
+
| property [[TActivePlayer.KeyReload|KeyReload]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyCrouch|KeyCrouch]]: Boolean || R || no
+
| property [[TActivePlayer.KeyCrouch|KeyCrouch]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.KeyProne|KeyProne]]: Boolean || R || no
+
| property [[TActivePlayer.KeyProne|KeyProne]]: Boolean || align="center" | R || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.WeaponActive|WeaponActive]][ID: Byte]: Boolean || W || no
+
| property [[TActivePlayer.WeaponActive|WeaponActive]][ID: Byte]: Boolean || align="center" | W || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnFlagGrab|OnFlagGrab]]: [[TOnFlagGrabEvent]] || RW || no
+
| property [[TActivePlayer.OnFlagGrab|OnFlagGrab]]: [[TOnFlagGrabEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnFlagReturn|OnFlagReturn]]: [[TOnFlagReturnEvent]] || RW || no
+
| property [[TActivePlayer.OnFlagReturn|OnFlagReturn]]: [[TOnFlagReturnEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnFlagScore|OnFlagScore]]: [[TOnFlagScoreEvent]] || RW || no
+
| property [[TActivePlayer.OnFlagScore|OnFlagScore]]: [[TOnFlagScoreEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnBeforeRespawn|OnBeforeRespawn]]: [[TOnBeforeRespawnEvent]] || RW || no
+
| property [[TActivePlayer.OnBeforeRespawn|OnBeforeRespawn]]: [[TOnBeforeRespawnEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnAfterRespawn|OnAfterRespawn]]: [[TOnAfterRespawnEvent]] || RW || no
+
| property [[TActivePlayer.OnAfterRespawn|OnAfterRespawn]]: [[TOnAfterRespawnEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnDamage|OnDamage]]: [[TOnDamageEvent]] || RW || no
+
| property [[TActivePlayer.OnDamage|OnDamage]]: [[TOnDamageEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnKill|OnKill]]: [[TOnKillEvent]] || RW || no
+
| property [[TActivePlayer.OnKill|OnKill]]: [[TOnKillEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnWeaponChange|OnWeaponChange]]: [[TOnWeaponChangeEvent]] || RW || no
+
| property [[TActivePlayer.OnWeaponChange|OnWeaponChange]]: [[TOnWeaponChangeEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnVoteMapStart|OnVoteMapStart]]: [[TOnVoteMapStartEvent]] || RW || no
+
| property [[TActivePlayer.OnVoteMapStart|OnVoteMapStart]]: [[TOnVoteMapStartEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnVoteKickStart|OnVoteKickStart]]: [[TOnVoteKickStartEvent]] || RW || no
+
| property [[TActivePlayer.OnVoteKickStart|OnVoteKickStart]]: [[TOnVoteKickStartEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnVoteMap|OnVoteMap]]: [[TOnVoteMapEvent]] || RW || no
+
| property [[TActivePlayer.OnVoteMap|OnVoteMap]]: [[TOnVoteMapEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnVoteKick|OnVoteKick]]: [[TOnVoteKick]] || RW || no
+
| property [[TActivePlayer.OnVoteKick|OnVoteKick]]: [[TOnVoteKick]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnSpeak|OnSpeak]]: [[TOnSpeakEvent]] || RW || no
+
| property [[TActivePlayer.OnSpeak|OnSpeak]]: [[TOnSpeakEvent]] || align="center" | RW || align="center" | no
 
|-
 
|-
| property [[TActivePlayer.OnCommand|OnCommand]]: [[TOnCommandEvent]] || RW || no
+
| property [[TActivePlayer.OnCommand|OnCommand]]: [[TOnCommandEvent]] || align="center" | RW || align="center" | no
 
|}
 
|}
  
 
[[Category:Classes]][[Category:TPlayer]]
 
[[Category:Classes]][[Category:TPlayer]]

Revision as of 15:26, 29 July 2013

Inheritance

Description

Represents an active player. Accessible trough Players[] array property.

user constructable: NO
user destructable: NO

Members

Member declaration Access mode Inherited
function Ban(Time: Integer; Reason: string): Boolean no
function Kick: Boolean no
procedure Say(Text: string) no
procedure Damage(Shooter: Byte; Damage: Integer) no
procedure BigText(Layer: Byte; Text: string; Delay: Integer; Color: Longint; Scale: Single; X, Y: Integer) no
procedure ForceWeapon(Primary, Secondary: TWeapon) no
procedure Forward(TargetIP: string; TargetPort: Word; Message: string) no
procedure GiveBonus(BType: Byte) no
procedure Move(X, Y: Single) no
procedure Tell(Text: string) no
procedure WriteConsole(Text: string; Color: Longint) no
property Name: string R yes
property Health: string R yes
property Primary: TPlayerWeapon R yes
property Secondary: TPlayerWeapon R yes
property ShirtColor: Longword R yes
property PantsColor: Longword R yes
property SkinColor: Longword R yes
property HairColor: Longword R yes
property FavouriteWeapon: string RW yes
property ChosenSecondaryWeapon: Byte R yes
property Friend: string RW yes
property Accuracy: Byte RW yes
property ShootDead: Boolean RW yes
property GrenadeFrequency: Byte RW yes
property Camping: Boolean RW yes
property OnStartUse: Byte RW yes
property HairStyle: Byte R yes
property Headgear: Byte R yes
property Chain: Byte R yes
property ChatFrequency: Byte RW yes
property ChatKill: string RW yes
property ChatDead: string RW yes
property ChatLowHealth: string RW yes
property ChatSeeEnemy: string RW yes
property ChatWinning: string RW yes
property Dummy: Boolean R yes
property ID: Byte R no
property Team: Byte RW yes (modif.)
property Alive: Boolean RW yes (modif.)
property Kills: Integer RW no
property Deaths: Integer R no
property Ping: Integer R no
property Active: Boolean R no
property IP: string R no
property Port: Word R no
property VelX: Single R no
property VelY: Single R no
property Muted: Boolean RW no
property Jets: Integer R no
property Grenades: Byte R no
property X: Single R no
property Y: Single R no
property Flagger: Boolean R no
property Time: Integer R no
property OnGround: Boolean R no
property Human: Boolean R no
property Direction: Shortint R no
property Flags: Byte R no
property HWID: string R no
property KeyUp: Boolean R no
property KeyLeft: Boolean R no
property KeyRight: Boolean R no
property KeyShoot: Boolean R no
property KeyJetpack: Boolean R no
property KeyGrenade: Boolean R no
property KeyChangeWeap: Boolean R no
property KeyThrow: Boolean R no
property KeyReload: Boolean R no
property KeyCrouch: Boolean R no
property KeyProne: Boolean R no
property WeaponActive[ID: Byte]: Boolean W no
property OnFlagGrab: TOnFlagGrabEvent RW no
property OnFlagReturn: TOnFlagReturnEvent RW no
property OnFlagScore: TOnFlagScoreEvent RW no
property OnBeforeRespawn: TOnBeforeRespawnEvent RW no
property OnAfterRespawn: TOnAfterRespawnEvent RW no
property OnDamage: TOnDamageEvent RW no
property OnKill: TOnKillEvent RW no
property OnWeaponChange: TOnWeaponChangeEvent RW no
property OnVoteMapStart: TOnVoteMapStartEvent RW no
property OnVoteKickStart: TOnVoteKickStartEvent RW no
property OnVoteMap: TOnVoteMapEvent RW no
property OnVoteKick: TOnVoteKick RW no
property OnSpeak: TOnSpeakEvent RW no
property OnCommand: TOnCommandEvent RW no