I don't need to test my programs. I have an error-correcting modem.
UE2:XPlayer (UT2003)
Object >> Actor >> Controller >> PlayerController >> UnrealPlayer >> XPlayer |
Contents
- 1 Constants
- 2 Properties
- 2.1 attracttarget
- 2.2 attracttarget2
- 2.3 autozoom
- 2.4 bClassicTrans
- 2.5 camlist
- 2.6 camtime
- 2.7 ComboList
- 2.8 ComboNameList
- 2.9 curcam
- 2.10 focuspoint
- 2.11 gibwatchtime
- 2.12 InputHistory
- 2.13 LastKeyTime
- 2.14 LastRulesRequestTime
- 2.15 MinAdrenalineCost
- 2.16 numcams
- 2.17 OldKey
- 2.18 PawnSetupRecord
- 2.19 targettime
- 2.20 Default values
- 3 Delegates
- 4 Functions
- 4.1 Exec functions
- 4.2 Events
- 4.3 Other instance functions
- 4.3.1 CameraTrack
- 4.3.2 ClientReceiveCombo
- 4.3.3 ClientReceiveRule
- 4.3.4 DoCombo
- 4.3.5 FillCameraList
- 4.3.6 FindFixedCam
- 4.3.7 FindFloatingCam
- 4.3.8 GetAim
- 4.3.9 LineOfSight
- 4.3.10 PawnDied
- 4.3.11 PickNextBot
- 4.3.12 PlayBeepSound
- 4.3.13 Possess
- 4.3.14 RateWeapon
- 4.3.15 ServerDoCombo
- 4.3.16 ServerRequestPlayerInfo
- 4.3.17 ServerRequestRules
- 4.3.18 ServerSetClassicTrans
- 4.3.19 ServerSpecViewGoal
- 4.3.20 SetPawnClass
- 4.3.21 StopFiring
- 5 States
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Constants[edit]
MinComboKeyTime[edit]
Value: 0.05
keys pressed faster than this will be considered a double-press
MaxComboKeyTime[edit]
Value: 0.35
max time player has between button presses
Properties[edit]
attracttarget[edit]
Type: Pawn
attracttarget2[edit]
Type: Pawn
autozoom[edit]
Type: bool
bClassicTrans[edit]
Type: bool
Modifiers: globalconfig
camlist[edit]
Type: AttractCamera
Array size: 20
camtime[edit]
Type: float
ComboList[edit]
Array size: 16
ComboNameList[edit]
Type: string
Array size: 16
Default value, index 0: "XGame.ComboSpeed"
Default value, index 1: "XGame.ComboBerserk"
Default value, index 2: "XGame.ComboDefensive"
Default value, index 3: "XGame.ComboInvis"
curcam[edit]
Type: int
Default value: -1
focuspoint[edit]
Type: Object.Vector
gibwatchtime[edit]
Type: float
InputHistory[edit]
Type: int
Array size: 4
Modifiers: transient
LastKeyTime[edit]
Type: float
Modifiers: transient
LastRulesRequestTime[edit]
Type: float
MinAdrenalineCost[edit]
Type: float
Default value: 100.0
numcams[edit]
Type: int
OldKey[edit]
Type: int
Modifiers: transient
PawnSetupRecord[edit]
Type: xUtil.PlayerRecord
targettime[edit]
Type: float
Default values[edit]
Property | Value |
---|---|
bNetNotify | True |
LinkBeaconTexture | Texture'TeamSymbols.LinkBeaconT' |
PathWhisps[0] | Class'XEffects.RedWhisp' |
PathWhisps[1] | Class'XEffects.BlueWhisp' |
PawnClass | Class'XGame.xPawn' |
PlayerReplicationInfoClass | Class'XGame.xPlayerReplicationInfo' |
TeamBeaconTexture | Texture'TeamSymbols.TeamBeaconT' |
Delegates[edit]
ProcessRule[edit]
Functions[edit]
Exec functions[edit]
AdminMenu[edit]
ChangeCharacter[edit]
L33TPhrase[edit]
SpecViewGoal[edit]
Events[edit]
PlayerTick[edit]
Overrides: PlayerController.PlayerTick
PostBeginPlay[edit]
Overrides: UnrealPlayer.PostBeginPlay
PostNetReceive[edit]
Overrides: Actor.PostNetReceive
Other instance functions[edit]
CameraTrack[edit]
ClientReceiveCombo[edit]
ClientReceiveRule[edit]
DoCombo[edit]
FillCameraList[edit]
FindFixedCam[edit]
FindFloatingCam[edit]
GetAim[edit]
LineOfSight[edit]
PawnDied[edit]
Overrides: PlayerController.PawnDied
PickNextBot[edit]
PlayBeepSound[edit]
Overrides: PlayerController.PlayBeepSound
Possess[edit]
Overrides: UnrealPlayer.Possess
RateWeapon[edit]
Overrides: Controller.RateWeapon
ServerDoCombo[edit]
ServerRequestPlayerInfo[edit]
ServerRequestRules[edit]
ServerSetClassicTrans[edit]
ServerSpecViewGoal[edit]
SetPawnClass[edit]
Overrides: Controller.SetPawnClass
StopFiring[edit]
Overrides: Controller.StopFiring
States[edit]
AttractMode[edit]
Inherits from: PlayerController.AttractMode
Ignores: ClientRestart, NotifyHeadVolumeChange, NotifyPhysicsVolumeChange, RestartLevel, Say, Suicide, SwitchWeapon, TeamSay, ThrowWeapon
AttractMode.BeginState[edit]
Overrides: PlayerController.Spectating.BeginState
AttractMode.EndState[edit]
Overrides: PlayerController.Spectating.EndState
AttractMode.Timer[edit]
Overrides: Actor.Timer (global)
AttractMode.AltFire[edit]
Overrides: PlayerController.Spectating.AltFire
AttractMode.Fire[edit]
Overrides: PlayerController.Spectating.Fire
AttractMode.IsSpectating[edit]
Overrides: PlayerController.BaseSpectating.IsSpectating
AttractMode.NextWeapon[edit]
Overrides: PlayerController.NextWeapon (global)
AttractMode.PlayerMove[edit]
Overrides: PlayerController.BaseSpectating.PlayerMove
AttractMode.PrevWeapon[edit]
Overrides: PlayerController.PrevWeapon (global)
AttractMode.ProcessMove[edit]
Overrides: PlayerController.BaseSpectating.ProcessMove
ViewPlayer[edit]
Extends: UnrealPlayer.PlayerWalking
ViewPlayer.BeginState[edit]
Overrides: PlayerController.PlayerWalking.BeginState
ViewPlayer.EndState[edit]
Overrides: PlayerController.PlayerWalking.EndState
ViewPlayer.PlayerCalcView[edit]
Overrides: PlayerController.PlayerCalcView (global)
ViewPlayer.Timer[edit]
Overrides: Actor.Timer (global)
ViewPlayer.PlayerMove[edit]
Overrides: PlayerController.PlayerWalking.PlayerMove