There is no spoon
UE2:Controller instance functions (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller (instance functions) |
Contents
- 1 Instance functions
- 1.1 AdjustAim
- 1.2 AdjustDesireFor
- 1.3 AdjustToss
- 1.4 AdjustView
- 1.5 AllowVoiceMessage
- 1.6 AutoTaunt
- 1.7 AvoidCertainDeath
- 1.8 AwardAdrenaline
- 1.9 BotVoiceMessage
- 1.10 ChangedWeapon
- 1.11 CheckFutureSight
- 1.12 ClientDying
- 1.13 ClientGameEnded
- 1.14 ClientSetLocation
- 1.15 ClientSetRotation
- 1.16 ClientSetWeapon
- 1.17 ClientSwitchToBestWeapon
- 1.18 ClientVoiceMessage
- 1.19 damageAttitudeTo
- 1.20 DamageShake
- 1.21 DisplayDebug
- 1.22 DontReuseTaunt
- 1.23 FearThisSpot
- 1.24 FireWeaponAt
- 1.25 GameHasEnded
- 1.26 GetFacingDirection
- 1.27 GetHumanReadableName
- 1.28 GetLastWeapon
- 1.29 GetMessageIndex
- 1.30 GetViewRotation
- 1.31 HandlePickup
- 1.32 InitPlayerReplicationInfo
- 1.33 MoverFinished
- 1.34 NeedsAdrenaline
- 1.35 NotifyAddInventory
- 1.36 NotifyKilled
- 1.37 NotifyTakeHit
- 1.38 ParseChatPercVar
- 1.39 PawnDied
- 1.40 PawnIsInPain
- 1.41 PendingStasis
- 1.42 Possess
- 1.43 RateWeapon
- 1.44 ReceiveWarning
- 1.45 Reset
- 1.46 Restart
- 1.47 SameTeamAs
- 1.48 SendMessage
- 1.49 SendVoiceMessage
- 1.50 ServerGivePawn
- 1.51 ServerReStartPlayer
- 1.52 SetFall
- 1.53 SetPawnClass
- 1.54 ShakeView
- 1.55 StartMonitoring
- 1.56 StopFiring
- 1.57 UnderLift
- 1.58 WaitForMover
- 1.59 WantsSmoothedView
- 1.60 WasKilledBy
- 1.61 WeaponPreference
- 1.62 WouldReactToNoise
- 1.63 WouldReactToSeeing
- Controller instance functions in other games:
- U2, U2XMP, UE2Runtime, UT2004, UT3, UDK
- Other member categories for this class:
- 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]
AdjustAim[edit]
function Object.Rotator AdjustAim (Ammunition FiredAmmunition, Object.Vector projStart, int aimerror)
AdjustDesireFor[edit]
AdjustToss[edit]
function Object.Vector AdjustToss (float TSpeed, Object.Vector Start, Object.Vector End, bool bNormalize)
AdjustView[edit]
function AdjustView (float DeltaTime)
AllowVoiceMessage[edit]
AutoTaunt[edit]
function bool AutoTaunt ()
AvoidCertainDeath[edit]
function bool AvoidCertainDeath ()
AwardAdrenaline[edit]
function AwardAdrenaline (float amount)
BotVoiceMessage[edit]
ChangedWeapon[edit]
function ChangedWeapon ()
CheckFutureSight[edit]
ClientDying[edit]
ClientGameEnded[edit]
function ClientGameEnded ()
ClientSetLocation[edit]
function ClientSetLocation (Object.Vector NewLocation, Object.Rotator NewRotation)
ClientSetRotation[edit]
function ClientSetRotation (Object.Rotator NewRotation)
ClientSetWeapon[edit]
ClientSwitchToBestWeapon[edit]
function ClientSwitchToBestWeapon ()
ClientVoiceMessage[edit]
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
damageAttitudeTo[edit]
DamageShake[edit]
function DamageShake (int damage)
DisplayDebug[edit]
Overrides: Actor.DisplayDebug
DontReuseTaunt[edit]
FearThisSpot[edit]
function FearThisSpot (AvoidMarker aSpot)
FireWeaponAt[edit]
GameHasEnded[edit]
function GameHasEnded ()
GetFacingDirection[edit]
function int GetFacingDirection ()
GetHumanReadableName[edit]
simulated function string GetHumanReadableName ()
Overrides: Actor.GetHumanReadableName
GetLastWeapon[edit]
GetMessageIndex[edit]
GetViewRotation[edit]
function Object.Rotator GetViewRotation ()
HandlePickup[edit]
function HandlePickup (Pickup pick)
InitPlayerReplicationInfo[edit]
function InitPlayerReplicationInfo ()
MoverFinished[edit]
function MoverFinished ()
NeedsAdrenaline[edit]
function bool NeedsAdrenaline ()
NotifyAddInventory[edit]
function NotifyAddInventory (Inventory NewItem)
NotifyKilled[edit]
NotifyTakeHit[edit]
function NotifyTakeHit (Pawn InstigatedBy, Object.Vector HitLocation, int Damage, class<DamageType> damageType, Object.Vector Momentum)
ParseChatPercVar[edit]
PawnDied[edit]
function PawnDied (Pawn P)
PawnIsInPain[edit]
function PawnIsInPain (PhysicsVolume PainVolume)
PendingStasis[edit]
function PendingStasis ()
Possess[edit]
function Possess (Pawn aPawn)
RateWeapon[edit]
ReceiveWarning[edit]
Reset[edit]
function Reset ()
Overrides: Actor.Reset
Restart[edit]
function Restart ()
SameTeamAs[edit]
function bool SameTeamAs (Controller C)
SendMessage[edit]
function SendMessage (PlayerReplicationInfo Recipient, name MessageType, byte MessageID, float Wait, name BroadcastType)
SendVoiceMessage[edit]
function SendVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID, name broadcasttype)
ServerGivePawn[edit]
function ServerGivePawn ()
ServerReStartPlayer[edit]
function ServerReStartPlayer ()
SetFall[edit]
function SetFall ()
SetPawnClass[edit]
ShakeView[edit]
function ShakeView (Object.Vector shRotMag, Object.Vector shRotRate, float shRotTime, Object.Vector shOffsetMag, Object.Vector shOffsetRate, float shOffsetTime)
StartMonitoring[edit]
StopFiring[edit]
function StopFiring ()
UnderLift[edit]
function UnderLift (Mover M)
WaitForMover[edit]
function WaitForMover (Mover M)
WantsSmoothedView[edit]
function bool WantsSmoothedView ()
WasKilledBy[edit]
function WasKilledBy (Controller Other)