Always snap to grid
UE2:UnrealPlayer (UT2004)
Object >> Actor >> Controller >> PlayerController >> UnrealPlayer |
Contents
- 1 Properties
- 1.1 Property group 'UnrealPlayer'
- 1.2 Internal variables
- 1.2.1 bDisplayLoser
- 1.2.2 bDisplayWinner
- 1.2.3 bDontShowLoginMenu
- 1.2.4 bForceLoginMenu
- 1.2.5 bLatecomer
- 1.2.6 bReadyToStart
- 1.2.7 bRising
- 1.2.8 CustomizedAnnouncerPack
- 1.2.9 CustomRewardAnnouncerPack
- 1.2.10 CustomStatusAnnouncerPack
- 1.2.11 LastAutoTauntTime
- 1.2.12 LastKickWarningTime
- 1.2.13 LastTaunt
- 1.2.14 LastTauntAnimTime
- 1.2.15 LastWhispTime
- 1.2.16 LoginMenuClass
- 1.2.17 MaxRecentServers
- 1.2.18 NetBotDebugString
- 1.2.19 RecentServers
- 1.2.20 RejoinChannels
- 1.3 Default values
- 2 Functions
- 3 States
- Package:
- UnrealGame
- Direct subclasses:
- CinematicPlayer, DemoRecSpectator, XPlayer
- This class in other games:
- UT2003
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. |
UnrealPlayer.
Properties
Property group 'UnrealPlayer'
LastKillTime
Type: float
MultiKillLevel
Type: int
Internal variables
bDisplayLoser
Type: bool
bDisplayWinner
Type: bool
bDontShowLoginMenu
Type: bool
Modifiers: globalconfig
Don't show the login menu unless forced by the server
bForceLoginMenu
Type: bool
Set by replicated function called by DeathMatch to whether it wants to force player to see login menu
bLatecomer
Type: bool
entered multiplayer game after game started
bReadyToStart
Type: bool
Ready to start the game - used to prevent player from clicking in until he's had a chance to see the login menu
bRising
Type: bool
CustomizedAnnouncerPack
Type: string
Modifiers: globalconfig
OBSOLETE
CustomRewardAnnouncerPack
Type: string
Modifiers: globalconfig
Default value: "UnrealGame.MaleAnnouncer"
CustomStatusAnnouncerPack
Type: string
Modifiers: globalconfig
Default value: "UnrealGame.FemaleAnnouncer"
LastAutoTauntTime
Type: float
LastKickWarningTime
Type: float
Default value: -1000.0
LastTaunt
Type: int
LastTauntAnimTime
Type: float
LastWhispTime
Type: float
LoginMenuClass
Type: string
Set by replicated function called by DeathMatch to the name of the login menu
MaxRecentServers
Type: int
Modifiers: globalconfig
Max length of RecentServers list (0 = always show login menu)
Default value: 25
NetBotDebugString
Type: string
RecentServers
Modifiers: globalconfig
IPs of recently visited servers - always in order with RecentServers[0] being the most recently visited server
RejoinChannels
Modifiers: transient, globalconfig
Channels which player was a member of during last match
Default values
Property | Value |
---|---|
FovAngle | 85.0 |
PlayerChatType | "UnrealGame.UnrealPlayerChatManager" |
PlayerReplicationInfoClass | Class'UnrealGame.TeamPlayerReplicationInfo' |
Functions
Exec functions
BasePath
DropFlag
NetDebugBot
PlayVehicleHorn
RandomTaunt
ShowAI
SoakBots
Taunt
Events
InitInputSystem
Overrides: PlayerController.InitInputSystem
KickWarning
Overrides: PlayerController.KickWarning
PostBeginPlay
Overrides: PlayerController.PostBeginPlay
PostNetBeginPlay
Overrides: Actor.PostNetBeginPlay
PostNetReceive
Overrides: Actor.PostNetReceive
Other instance functions
See UnrealPlayer instance functions.
States
Dead
Inherits from: PlayerController.Dead
Ignores: HearNoise, KilledBy, SeePlayer, SwitchWeapon
Dead.Fire
Overrides: PlayerController.Dead.Fire
PlayerWaiting
Inherits from: PlayerController.PlayerWaiting
Modifiers: auto
PlayerWaiting.CanRestartPlayer
Overrides: PlayerController.CanRestartPlayer (global)
PlayerWaiting.Fire
Overrides: PlayerController.PlayerWaiting.Fire
PlayerWalking
Inherits from: PlayerController.PlayerWalking
PlayerWalking.NotifyLanded
Overrides: PlayerController.NotifyLanded (global)
PlayerWalking.ProcessMove
Overrides: PlayerController.PlayerWalking.ProcessMove