Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:Pawn instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- 1 Instance functions
- 1.1 AddInventory
- 1.2 AddShieldStrength
- 1.3 AddVelocity
- 1.4 AdjustAim
- 1.5 AdjustedStrength
- 1.6 AltFire
- 1.7 BecomeViewTarget
- 1.8 CalcDrawOffset
- 1.9 CameraShake
- 1.10 CanAttack
- 1.11 CanDoubleJump
- 1.12 CanGrabLadder
- 1.13 CanMultiJump
- 1.14 CannotJumpNow
- 1.15 CanSplash
- 1.16 CanThrowWeapon
- 1.17 CanTrigger
- 1.18 CanUseShield
- 1.19 ChangedWeapon
- 1.20 CheatFly
- 1.21 CheatGhost
- 1.22 CheatWalk
- 1.23 CheckBob
- 1.24 CheckTauntValid
- 1.25 CheckWaterJump
- 1.26 ChooseFireAt
- 1.27 ChunkUp
- 1.28 ClientDying
- 1.29 ClientReStart
- 1.30 ClientSetLocation
- 1.31 ClientSetRotation
- 1.32 ClimbLadder
- 1.33 CreateInventory
- 1.34 DeactivateSpawnProtection
- 1.35 DeleteInventory
- 1.36 Died
- 1.37 DisableUDamage
- 1.38 DisplayDebug
- 1.39 DoComboName
- 1.40 Dodge
- 1.41 DoDoubleJump
- 1.42 DoJump
- 1.43 DrawHUD
- 1.44 DropFlag
- 1.45 DropToGround
- 1.46 EnableUDamage
- 1.47 EndClimbLadder
- 1.48 EyePosition
- 1.49 FaceRotation
- 1.50 FindInventoryType
- 1.51 FindValidTaunt
- 1.52 Fire
- 1.53 FireOnRelease
- 1.54 Gasp
- 1.55 GetAimTarget
- 1.56 GetDemoRecordingWeapon
- 1.57 GetHumanReadableName
- 1.58 GetKillerController
- 1.59 GetMoveTarget
- 1.60 GetOffhandBoneFor
- 1.61 GetPathTo
- 1.62 GetShieldStrength
- 1.63 GetShieldStrengthMax
- 1.64 GetSpree
- 1.65 GetTargetLocation
- 1.66 GetTeam
- 1.67 GetTeamNum
- 1.68 GetVehicleBase
- 1.69 GetViewRotation
- 1.70 GetWeaponBoneFor
- 1.71 gibbedBy
- 1.72 GiveHealth
- 1.73 GiveWeapon
- 1.74 HandlePickup
- 1.75 HasUDamage
- 1.76 HasWeapon
- 1.77 HoldFlag
- 1.78 IncrementSpree
- 1.79 InCurrentCombo
- 1.80 InGodMode
- 1.81 IsFiring
- 1.82 IsFirstPerson
- 1.83 IsHeadShot
- 1.84 IsHumanControlled
- 1.85 IsInLoadout
- 1.86 IsInPain
- 1.87 IsLocallyControlled
- 1.88 IsPlayerPawn
- 1.89 JumpOffPawn
- 1.90 JumpOutOfWater
- 1.91 LimitPitch
- 1.92 LineOfSightTo
- 1.93 ModifiedPlayerViewOffset
- 1.94 ModifyThreat
- 1.95 NearMoveTarget
- 1.96 NeedToTurn
- 1.97 NextWeapon
- 1.98 NotifyTeamChanged
- 1.99 PerformDodge
- 1.100 PlayDyingSound
- 1.101 PlayerChangedTeam
- 1.102 PlayFiring
- 1.103 PlayHit
- 1.104 PlayLanded
- 1.105 PlayMoverHitSound
- 1.106 PlayMoving
- 1.107 PlayTakeHit
- 1.108 PlayTeleportEffect
- 1.109 PlayVictoryAnimation
- 1.110 PlayWaiting
- 1.111 PlayWeaponSwitch
- 1.112 PointOfView
- 1.113 PossessedBy
- 1.114 PressingAltFire
- 1.115 PressingFire
- 1.116 PrevWeapon
- 1.117 ProcessMove
- 1.118 RangedAttackTime
- 1.119 RawInput
- 1.120 ReceiveLocalizedMessage
- 1.121 RecommendLongRangedAttack
- 1.122 RefireRate
- 1.123 RemovePowerups
- 1.124 Reset
- 1.125 RestartPlayer
- 1.126 ServerChangedWeapon
- 1.127 ServerNoTranslocator
- 1.128 SetBaseEyeheight
- 1.129 SetDefaultDisplayProperties
- 1.130 SetDelayedDamageInstigatorController
- 1.131 SetDisplayProperties
- 1.132 SetMesh
- 1.133 SetMovementPhysics
- 1.134 SetMoveTarget
- 1.135 SetViewRotation
- 1.136 ShieldAbsorb
- 1.137 ShootSpecial
- 1.138 ShouldCrouch
- 1.139 SpecialCalcView
- 1.140 SpecialDrawCrosshair
- 1.141 SpectatorSpecialCalcView
- 1.142 StopWeaponFiring
- 1.143 Suicide
- 1.144 SwitchWeapon
- 1.145 TakeDrowningDamage
- 1.146 TakeFallingDamage
- 1.147 TooCloseToAttack
- 1.148 TossWeapon
- 1.149 TouchingWaterVolume
- 1.150 TurnOff
- 1.151 UnPossessed
- 1.152 UpdateRocketAcceleration
- 1.153 WasPlayerPawn
- 1.154 WeaponBob
- Pawn instance functions in other games:
- RTNP, U1, UT, U2, U2XMP, UE2Runtime, UT2003, UT3, UDK
- Other member categories for this class:
- events, internal variables
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. |
Instance functions
AddInventory
AddShieldStrength
AddVelocity
function AddVelocity (Object.Vector NewVelocity)
AdjustAim
simulated final function Object.Rotator AdjustAim (Actor.FireProperties FiredAmmunition, Object.Vector projStart, int aimerror)
AdjustedStrength
function float AdjustedStrength ()
AltFire
simulated function AltFire (optional float F)
BecomeViewTarget
function BecomeViewTarget ()
Overrides: Actor.BecomeViewTarget
CalcDrawOffset
simulated function Object.Vector CalcDrawOffset (Inventory Inv)
CameraShake
simulated function Object.Vector CameraShake ()
CanAttack
CanDoubleJump
function bool CanDoubleJump ()
CanGrabLadder
function bool CanGrabLadder ()
CanMultiJump
function bool CanMultiJump ()
CannotJumpNow
function bool CannotJumpNow ()
CanSplash
simulated function bool CanSplash ()
Overrides: Actor.CanSplash
CanThrowWeapon
simulated function bool CanThrowWeapon ()
CanTrigger
CanUseShield
ChangedWeapon
simulated function ChangedWeapon ()
CheatFly
function bool CheatFly ()
CheatGhost
function bool CheatGhost ()
CheatWalk
function bool CheatWalk ()
CheckBob
function CheckBob (float DeltaTime, Object.Vector Y)
CheckTauntValid
CheckWaterJump
function bool CheckWaterJump (out Object.Vector WallNormal)
ChooseFireAt
function ChooseFireAt (Actor A)
ChunkUp
simulated function ChunkUp (Object.Rotator HitRotation, float ChunkPerterbation)
ClientDying
ClientReStart
function ClientReStart ()
ClientSetLocation
function ClientSetLocation (Object.Vector NewLocation, Object.Rotator NewRotation)
ClientSetRotation
function ClientSetRotation (Object.Rotator NewRotation)
ClimbLadder
function ClimbLadder (LadderVolume L)
CreateInventory
function CreateInventory (string InventoryClassName)
DeactivateSpawnProtection
function DeactivateSpawnProtection ()
DeleteInventory
function DeleteInventory (Inventory Item)
Died
DisableUDamage
function DisableUDamage ()
DisplayDebug
Overrides: Actor.DisplayDebug
DoComboName
function DoComboName (string ComboClassName)
Dodge
function bool Dodge (Actor.EDoubleClickDir DoubleClickMove)
DoDoubleJump
function DoDoubleJump (bool bUpdating)
DoJump
DrawHUD
function DrawHUD (Canvas Canvas)
DropFlag
function DropFlag ()
DropToGround
function DropToGround ()
EnableUDamage
function EnableUDamage (float Amount)
EndClimbLadder
function EndClimbLadder (LadderVolume OldLadder)
EyePosition
simulated function Object.Vector EyePosition ()
FaceRotation
simulated function FaceRotation (Object.Rotator NewRotation, float DeltaTime)
FindInventoryType
FindValidTaunt
Fire
simulated function Fire (optional float F)
FireOnRelease
function bool FireOnRelease ()
Gasp
function Gasp ()
GetAimTarget
function Pawn GetAimTarget ()
GetDemoRecordingWeapon
simulated function Weapon GetDemoRecordingWeapon ()
GetHumanReadableName
simulated function string GetHumanReadableName ()
Overrides: Actor.GetHumanReadableName
GetKillerController
function Controller GetKillerController ()
GetMoveTarget
function Actor GetMoveTarget ()
GetOffhandBoneFor
GetPathTo
GetShieldStrength
function float GetShieldStrength ()
GetShieldStrengthMax
function float GetShieldStrengthMax ()
GetSpree
function int GetSpree ()
GetTargetLocation
simulated function Object.Vector GetTargetLocation ()
GetTeam
function TeamInfo GetTeam ()
GetTeamNum
simulated function int GetTeamNum ()
GetVehicleBase
function Vehicle GetVehicleBase ()
GetViewRotation
simulated function Object.Rotator GetViewRotation ()
GetWeaponBoneFor
gibbedBy
function gibbedBy (Actor Other)
GiveHealth
GiveWeapon
function GiveWeapon (string aClassName)
HandlePickup
function HandlePickup (Pickup pick)
HasUDamage
function bool HasUDamage ()
HasWeapon
function bool HasWeapon ()
HoldFlag
function HoldFlag (Actor FlagActor)
IncrementSpree
function IncrementSpree ()
InCurrentCombo
function bool InCurrentCombo ()
InGodMode
final function bool InGodMode ()
IsFiring
function bool IsFiring ()
IsFirstPerson
simulated function bool IsFirstPerson ()
IsHeadShot
IsHumanControlled
simulated function bool IsHumanControlled ()
IsInLoadout
IsInPain
function bool IsInPain ()
Overrides: Actor.IsInPain
IsLocallyControlled
simulated function bool IsLocallyControlled ()
IsPlayerPawn
simulated function bool IsPlayerPawn ()
JumpOffPawn
function JumpOffPawn ()
JumpOutOfWater
function JumpOutOfWater (Object.Vector jumpDir)
LimitPitch
LineOfSightTo
ModifiedPlayerViewOffset
simulated function Object.Vector ModifiedPlayerViewOffset (Inventory Inv)
ModifyThreat
NearMoveTarget
function bool NearMoveTarget ()
NeedToTurn
function bool NeedToTurn (Object.Vector targ)
NextWeapon
simulated function NextWeapon ()
NotifyTeamChanged
function NotifyTeamChanged ()
PerformDodge
function bool PerformDodge (Actor.EDoubleClickDir DoubleClickMove, Object.Vector Dir, Object.Vector Cross)
PlayDyingSound
function PlayDyingSound ()
PlayerChangedTeam
function PlayerChangedTeam ()
PlayFiring
PlayHit
function PlayHit (float Damage, Pawn InstigatedBy, Object.Vector HitLocation, class<DamageType> damageType, Object.Vector Momentum)
PlayLanded
function PlayLanded (float impactVel)
PlayMoverHitSound
function PlayMoverHitSound ()
PlayMoving
simulated function PlayMoving ()
PlayTakeHit
PlayTeleportEffect
Overrides: Actor.PlayTeleportEffect
PlayVictoryAnimation
function PlayVictoryAnimation ()
PlayWaiting
simulated function PlayWaiting ()
PlayWeaponSwitch
function PlayWeaponSwitch (Weapon NewWeapon)
PointOfView
simulated function bool PointOfView ()
PossessedBy
function PossessedBy (Controller C)
PressingAltFire
simulated final function bool PressingAltFire ()
PressingFire
simulated final function bool PressingFire ()
PrevWeapon
simulated function PrevWeapon ()
ProcessMove
function ProcessMove (float DeltaTime, Object.Vector NewAccel, Actor.EDoubleClickDir DoubleClickMove, Object.Rotator DeltaRot)
RangedAttackTime
function float RangedAttackTime ()
RawInput
simulated function RawInput (float DeltaTime, float aBaseX, float aBaseY, float aBaseZ, float aMouseX, float aMouseY, float aForward, float aTurn, float aStrafe, float aUp, float aLookUp)
ReceiveLocalizedMessage
function ReceiveLocalizedMessage (class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
RecommendLongRangedAttack
function bool RecommendLongRangedAttack ()
RefireRate
function float RefireRate ()
RemovePowerups
function RemovePowerups ()
Reset
function Reset ()
Overrides: Actor.Reset
RestartPlayer
function RestartPlayer ()
ServerChangedWeapon
ServerNoTranslocator
function ServerNoTranslocator ()
SetBaseEyeheight
simulated function SetBaseEyeheight ()
SetDefaultDisplayProperties
function SetDefaultDisplayProperties ()
Overrides: Actor.SetDefaultDisplayProperties
SetDelayedDamageInstigatorController
function SetDelayedDamageInstigatorController (Controller C)
Overrides: Actor.SetDelayedDamageInstigatorController
SetDisplayProperties
Overrides: Actor.SetDisplayProperties
SetMesh
simulated function SetMesh ()
SetMovementPhysics
function SetMovementPhysics ()
SetMoveTarget
function SetMoveTarget (Actor NewTarget)
SetViewRotation
simulated function SetViewRotation (Object.Rotator NewRotation)
ShieldAbsorb
ShootSpecial
ShouldCrouch
function ShouldCrouch (bool Crouch)
SpecialCalcView
function bool SpecialCalcView (out Actor ViewActor, out Object.Vector CameraLocation, out Object.Rotator CameraRotation)
SpecialDrawCrosshair
simulated function SpecialDrawCrosshair (Canvas C)
SpectatorSpecialCalcView
function bool SpectatorSpecialCalcView (PlayerController Viewer, out Actor ViewActor, out Object.Vector CameraLocation, out Object.Rotator CameraRotation)
StopWeaponFiring
function bool StopWeaponFiring ()
Suicide
function Suicide ()
SwitchWeapon
simulated function SwitchWeapon (byte F)
TakeDrowningDamage
function TakeDrowningDamage ()
TakeFallingDamage
function TakeFallingDamage ()
TooCloseToAttack
TossWeapon
function TossWeapon (Object.Vector TossVel)
TouchingWaterVolume
function bool TouchingWaterVolume ()
TurnOff
simulated function TurnOff ()
UnPossessed
function UnPossessed ()
UpdateRocketAcceleration
WasPlayerPawn
simulated function bool WasPlayerPawn ()
WeaponBob
simulated function Object.Vector WeaponBob (float BobDamping)