Mostly Harmless
UE1:PlayerPawn (U1)
Contents
- 1 Properties
- 2 Functions
- 2.1 Exec functions
- 2.2 Native functions
- 2.3 Events
- 2.3.1 ClientMessage
- 2.3.2 Destroyed
- 2.3.3 Falling
- 2.3.4 KilledBy
- 2.3.5 Landed
- 2.3.6 PlayerCalcView
- 2.3.7 PlayerInput
- 2.3.8 PlayerTick
- 2.3.9 PlayerTimeOut
- 2.3.10 Possess
- 2.3.11 PostBeginPlay
- 2.3.12 PostRender
- 2.3.13 PreBeginPlay
- 2.3.14 PreClientTravel
- 2.3.15 PreRender
- 2.3.16 RenderOverlays
- 2.3.17 TeamMessage
- 2.3.18 TravelPostAccept
- 2.3.19 UnPossess
- 2.3.20 UpdateEyeHeight
- 2.4 Other instance functions
- 3 States
- Package:
- Engine
- Direct subclasses:
- Camera, Spectator, UnrealIPlayer
- This class in other games:
- RTNP, UT
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. |
PlayerPawn. player controlled pawns Note that Pawns which implement functions for the PlayerTick messages must handle player control in these functions
Properties
Property group 'Movement'
Bob
Type: float
Modifiers: globalconfig
Default value: 0.016
DodgeClickTime
Type: float
Modifiers: globalconfig
Default value: 0.25
Property group 'Pawn'
CarcassType
Property group 'PlayerPawn'
bAlwaysMouseLook
Type: bool
Modifiers: globalconfig
Default value: True
bLookUpStairs
Type: bool
Modifiers: globalconfig
look up/down stairs (player)
bMaxMouseSmoothing
Type: bool
Modifiers: globalconfig
bSinglePlayer
Type: bool
this class allowed in single player
bSnapToLevel
Type: bool
Modifiers: globalconfig
Snap to level eyeheight when not mouselooking
MouseSmoothThreshold
Type: float
Modifiers: globalconfig
Default value: 0.16
ngWorldSecret
Type: string
Modifiers: globalconfig
Property group 'Sounds'
JumpSound
Type: Sound
Internal variables
See PlayerPawn internal variables.
Default values
Property | Value |
---|---|
bCanJump | True |
bIsPlayer | True |
bStasis | False |
bTravel | True |
DesiredSpeed | 0.3 |
NetPriority | 8.0 |
SightRadius | 4100.0 |
Functions
Exec functions
See PlayerPawn exec functions.
Native functions
ClientTravel
ConsoleCommand
Overrides: Actor.ConsoleCommand
GetEntryLevel
ResetKeyboard
UpdateURL
Events
ClientMessage
Overrides: Pawn.ClientMessage
Destroyed
Overrides: Pawn.Destroyed
Falling
Overrides: Pawn.Falling
KilledBy
Overrides: Actor.KilledBy
Landed
Overrides: Pawn.Landed
PlayerCalcView
PlayerInput
PlayerTick
PlayerTimeOut
Overrides: Pawn.PlayerTimeOut
Possess
PostBeginPlay
Overrides: Pawn.PostBeginPlay
PostRender
PreBeginPlay
Overrides: Pawn.PreBeginPlay
PreClientTravel
PreRender
RenderOverlays
Overrides: Pawn.RenderOverlays
TeamMessage
Overrides: Pawn.TeamMessage
TravelPostAccept
Overrides: Actor.TravelPostAccept
UnPossess
UpdateEyeHeight
Overrides: Pawn.UpdateEyeHeight
Other instance functions
See PlayerPawn instance functions.
States
See PlayerPawn states.