There is no spoon
UE2:Pawn instance functions (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- 1 Instance functions
- 1.1 AddInventory
- 1.2 AddVelocity
- 1.3 AdjustAim
- 1.4 AdjustedStrength
- 1.5 BecomeViewTarget
- 1.6 CalcDrawOffset
- 1.7 CanDoubleJump
- 1.8 CanGrabLadder
- 1.9 CannotJumpNow
- 1.10 CanSplash
- 1.11 CanThrowWeapon
- 1.12 CanTrigger
- 1.13 ChangedWeapon
- 1.14 CheckBob
- 1.15 CheckWaterJump
- 1.16 ChunkUp
- 1.17 ClientDying
- 1.18 ClientReStart
- 1.19 ClientSetLocation
- 1.20 ClientSetRotation
- 1.21 ClimbLadder
- 1.22 CreateInventory
- 1.23 DeleteInventory
- 1.24 Died
- 1.25 DisplayDebug
- 1.26 Dodge
- 1.27 DoDoubleJump
- 1.28 DoJump
- 1.29 DrawHUD
- 1.30 DropToGround
- 1.31 EndClimbLadder
- 1.32 EyePosition
- 1.33 FaceRotation
- 1.34 FindInventoryType
- 1.35 Fire
- 1.36 Gasp
- 1.37 GetDemoRecordingWeapon
- 1.38 GetHumanReadableName
- 1.39 GetKillerController
- 1.40 GetMoveTarget
- 1.41 GetTeam
- 1.42 GetViewRotation
- 1.43 GetWeaponBoneFor
- 1.44 Gibbed
- 1.45 gibbedBy
- 1.46 GiveWeapon
- 1.47 HandlePickup
- 1.48 HoldCarriedObject
- 1.49 InCurrentCombo
- 1.50 InGodMode
- 1.51 IsFirstPerson
- 1.52 IsHumanControlled
- 1.53 IsInPain
- 1.54 IsLocallyControlled
- 1.55 IsPlayerPawn
- 1.56 JumpOffPawn
- 1.57 JumpOutOfWater
- 1.58 LineOfSightTo
- 1.59 ModifiedPlayerViewOffset
- 1.60 NearMoveTarget
- 1.61 PlayDyingSound
- 1.62 PlayFiring
- 1.63 PlayHit
- 1.64 PlayLanded
- 1.65 PlayMoverHitSound
- 1.66 PlayMoving
- 1.67 PlayTakeHit
- 1.68 PlayTeleportEffect
- 1.69 PlayVictoryAnimation
- 1.70 PlayWaiting
- 1.71 PlayWeaponSwitch
- 1.72 PointOfView
- 1.73 PossessedBy
- 1.74 PressingAltFire
- 1.75 PressingFire
- 1.76 ReceiveLocalizedMessage
- 1.77 Reset
- 1.78 RestartPlayer
- 1.79 ServerChangedWeapon
- 1.80 SetDefaultDisplayProperties
- 1.81 SetDisplayProperties
- 1.82 SetMesh
- 1.83 SetMovementPhysics
- 1.84 SetMoveTarget
- 1.85 SetViewRotation
- 1.86 ShootSpecial
- 1.87 ShouldCrouch
- 1.88 SpecialCalcView
- 1.89 TakeDrowningDamage
- 1.90 TakeFallingDamage
- 1.91 TossWeapon
- 1.92 TouchingWaterVolume
- 1.93 UnPossessed
- 1.94 UpdateRocketAcceleration
- 1.95 WasPlayerPawn
- 1.96 WeaponBob
- Pawn instance functions in other games:
- RTNP, U1, UT, U2, U2XMP, UT2003, UT2004, 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[edit]
AddInventory[edit]
AddVelocity[edit]
function AddVelocity (Object.Vector NewVelocity)
AdjustAim[edit]
simulated final function Object.Rotator AdjustAim (Ammunition FiredAmmunition, Object.Vector projStart, int aimerror)
AdjustedStrength[edit]
function float AdjustedStrength ()
BecomeViewTarget[edit]
function BecomeViewTarget ()
Overrides: Actor.BecomeViewTarget
CalcDrawOffset[edit]
simulated function Object.Vector CalcDrawOffset (Inventory Inv)
CanDoubleJump[edit]
function bool CanDoubleJump ()
CanGrabLadder[edit]
function bool CanGrabLadder ()
CannotJumpNow[edit]
function bool CannotJumpNow ()
CanSplash[edit]
function bool CanSplash ()
Overrides: Actor.CanSplash
CanThrowWeapon[edit]
simulated function bool CanThrowWeapon ()
CanTrigger[edit]
ChangedWeapon[edit]
function ChangedWeapon ()
CheckBob[edit]
function CheckBob (float DeltaTime, Object.Vector Y)
CheckWaterJump[edit]
function bool CheckWaterJump (out Object.Vector WallNormal)
ChunkUp[edit]
ClientDying[edit]
ClientReStart[edit]
function ClientReStart ()
ClientSetLocation[edit]
function ClientSetLocation (Object.Vector NewLocation, Object.Rotator NewRotation)
ClientSetRotation[edit]
function ClientSetRotation (Object.Rotator NewRotation)
ClimbLadder[edit]
function ClimbLadder (LadderVolume L)
CreateInventory[edit]
function CreateInventory (string InventoryClassName)
DeleteInventory[edit]
function DeleteInventory (Inventory Item)
Died[edit]
DisplayDebug[edit]
Overrides: Actor.DisplayDebug
Dodge[edit]
function bool Dodge (Actor.EDoubleClickDir DoubleClickMove)
DoDoubleJump[edit]
function DoDoubleJump (bool bUpdating)
DoJump[edit]
DrawHUD[edit]
function DrawHUD (Canvas Canvas)
DropToGround[edit]
function DropToGround ()
EndClimbLadder[edit]
function EndClimbLadder (LadderVolume OldLadder)
EyePosition[edit]
simulated function Object.Vector EyePosition ()
FaceRotation[edit]
simulated function FaceRotation (Object.Rotator NewRotation, float DeltaTime)
FindInventoryType[edit]
Fire[edit]
function Fire (optional float F)
Gasp[edit]
function Gasp ()
GetDemoRecordingWeapon[edit]
simulated function Weapon GetDemoRecordingWeapon ()
GetHumanReadableName[edit]
simulated function string GetHumanReadableName ()
Overrides: Actor.GetHumanReadableName
GetKillerController[edit]
function Controller GetKillerController ()
GetMoveTarget[edit]
function Actor GetMoveTarget ()
GetTeam[edit]
function TeamInfo GetTeam ()
GetViewRotation[edit]
simulated function Object.Rotator GetViewRotation ()
GetWeaponBoneFor[edit]
Gibbed[edit]
gibbedBy[edit]
function gibbedBy (Actor Other)
GiveWeapon[edit]
function GiveWeapon (string aClassName)
HandlePickup[edit]
function HandlePickup (Pickup pick)
HoldCarriedObject[edit]
function HoldCarriedObject (CarriedObject O, name AttachmentBone)
InCurrentCombo[edit]
function bool InCurrentCombo ()
InGodMode[edit]
final function bool InGodMode ()
IsFirstPerson[edit]
simulated function bool IsFirstPerson ()
IsHumanControlled[edit]
simulated function bool IsHumanControlled ()
IsInPain[edit]
function bool IsInPain ()
Overrides: Actor.IsInPain
IsLocallyControlled[edit]
simulated function bool IsLocallyControlled ()
IsPlayerPawn[edit]
simulated function bool IsPlayerPawn ()
JumpOffPawn[edit]
function JumpOffPawn ()
JumpOutOfWater[edit]
function JumpOutOfWater (Object.Vector jumpDir)
LineOfSightTo[edit]
ModifiedPlayerViewOffset[edit]
function Object.Vector ModifiedPlayerViewOffset (Inventory Inv)
NearMoveTarget[edit]
function bool NearMoveTarget ()
PlayDyingSound[edit]
function PlayDyingSound ()
PlayFiring[edit]
PlayHit[edit]
function PlayHit (float Damage, Pawn InstigatedBy, Object.Vector HitLocation, class<DamageType> damageType, Object.Vector Momentum)
PlayLanded[edit]
function PlayLanded (float impactVel)
PlayMoverHitSound[edit]
function PlayMoverHitSound ()
PlayMoving[edit]
simulated function PlayMoving ()
PlayTakeHit[edit]
PlayTeleportEffect[edit]
Overrides: Actor.PlayTeleportEffect
PlayVictoryAnimation[edit]
function PlayVictoryAnimation ()
PlayWaiting[edit]
simulated function PlayWaiting ()
PlayWeaponSwitch[edit]
function PlayWeaponSwitch (Weapon NewWeapon)
PointOfView[edit]
simulated function bool PointOfView ()
PossessedBy[edit]
function PossessedBy (Controller C)
PressingAltFire[edit]
simulated final function bool PressingAltFire ()
PressingFire[edit]
simulated final function bool PressingFire ()
ReceiveLocalizedMessage[edit]
function ReceiveLocalizedMessage (class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Reset[edit]
function Reset ()
Overrides: Actor.Reset
RestartPlayer[edit]
function RestartPlayer ()
ServerChangedWeapon[edit]
SetDefaultDisplayProperties[edit]
function SetDefaultDisplayProperties ()
Overrides: Actor.SetDefaultDisplayProperties
SetDisplayProperties[edit]
Overrides: Actor.SetDisplayProperties
SetMesh[edit]
simulated function SetMesh ()
SetMovementPhysics[edit]
function SetMovementPhysics ()
SetMoveTarget[edit]
function SetMoveTarget (Actor NewTarget)
SetViewRotation[edit]
simulated function SetViewRotation (Object.Rotator NewRotation)
ShootSpecial[edit]
ShouldCrouch[edit]
function ShouldCrouch (bool Crouch)
SpecialCalcView[edit]
function bool SpecialCalcView (out Actor ViewActor, out Object.Vector CameraLocation, out Object.Rotator CameraRotation)
TakeDrowningDamage[edit]
function TakeDrowningDamage ()
TakeFallingDamage[edit]
function TakeFallingDamage ()
TossWeapon[edit]
function TossWeapon (Object.Vector TossVel)
TouchingWaterVolume[edit]
function bool TouchingWaterVolume ()
UnPossessed[edit]
function UnPossessed ()
UpdateRocketAcceleration[edit]
WasPlayerPawn[edit]
simulated function bool WasPlayerPawn ()
WeaponBob[edit]
function Object.Vector WeaponBob (float BobDamping)