I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:PlayerPawn exec functions (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Pawn >> PlayerPawn (exec functions) |
Contents
- 1 Exec functions
- 1.1 ShowUpgradeMenu
- 1.2 ActivateHint
- 1.3 ActivateInventoryItem
- 1.4 ActivateItem
- 1.5 ActivateTranslator
- 1.6 AddBots
- 1.7 Admin
- 1.8 AdminLogin
- 1.9 AdminLogout
- 1.10 AllAmmo
- 1.11 AltFire
- 1.12 AlwaysMouseLook
- 1.13 Amphibious
- 1.14 BehindView
- 1.15 CallForHelp
- 1.16 CauseEvent
- 1.17 ChangeCrosshair
- 1.18 ChangeHud
- 1.19 CheatView
- 1.20 ClearProgressMessages
- 1.21 FeignDeath
- 1.22 Fire
- 1.23 Fly
- 1.24 FOV
- 1.25 FunctionKey
- 1.26 GetWeapon
- 1.27 Ghost
- 1.28 God
- 1.29 Grab
- 1.30 InvertMouse
- 1.31 Invisible
- 1.32 Jump
- 1.33 Kick
- 1.34 KickBan
- 1.35 KillAll
- 1.36 KillPawns
- 1.37 LocalTravel
- 1.38 Mutate
- 1.39 Name
- 1.40 NeverSwitchOnPickup
- 1.41 NextWeapon
- 1.42 Pause
- 1.43 Ping
- 1.44 PlayerList
- 1.45 PlayersOnly
- 1.46 PrevItem
- 1.47 PrevWeapon
- 1.48 Profile
- 1.49 QuickLoad
- 1.50 QuickSave
- 1.51 RememberSpot
- 1.52 RestartLevel
- 1.53 Say
- 1.54 SetAutoAim
- 1.55 SetBob
- 1.56 SetDesiredFOV
- 1.57 SetDodgeClickTime
- 1.58 SetFriction
- 1.59 SetHand
- 1.60 SetJumpZ
- 1.61 SetMaxMouseSmoothing
- 1.62 SetMouseSmoothThreshold
- 1.63 SetName
- 1.64 SetProgressColor
- 1.65 SetProgressMessage
- 1.66 SetProgressTime
- 1.67 SetSensitivity
- 1.68 SetSpeed
- 1.69 SetViewFlash
- 1.70 SetWeaponStay
- 1.71 ShowInventory
- 1.72 ShowLoadMenu
- 1.73 ShowMenu
- 1.74 ShowPath
- 1.75 ShowScores
- 1.76 ShowSpecialMenu
- 1.77 SloMo
- 1.78 SnapView
- 1.79 Speech
- 1.80 SShot
- 1.81 StairLook
- 1.82 Suicide
- 1.83 Summon
- 1.84 SwitchCoopLevel
- 1.85 SwitchLevel
- 1.86 SwitchWeapon
- 1.87 Taunt
- 1.88 TeamSay
- 1.89 ThrowWeapon
- 1.90 ViewClass
- 1.91 ViewPlayer
- 1.92 ViewPlayerNum
- 1.93 ViewSelf
- 1.94 Walk
- PlayerPawn exec functions in other games:
- RTNP, U1
- Other member categories for this class:
- instance functions, internal variables, states
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. |
Exec functions[edit]
ShowUpgradeMenu[edit]
exec event ShowUpgradeMenu ()
ActivateHint[edit]
exec function ActivateHint ()
ActivateInventoryItem[edit]
exec function ActivateInventoryItem (Class InvItem)
ActivateItem[edit]
exec function ActivateItem ()
ActivateTranslator[edit]
exec function ActivateTranslator ()
AddBots[edit]
exec function AddBots (int N)
Admin[edit]
exec function Admin (string CommandLine)
AdminLogin[edit]
exec function AdminLogin (string Password)
AdminLogout[edit]
exec function AdminLogout ()
AllAmmo[edit]
exec function AllAmmo ()
AltFire[edit]
exec function AltFire (optional float F)
AlwaysMouseLook[edit]
exec function AlwaysMouseLook (bool B)
Amphibious[edit]
exec function Amphibious ()
BehindView[edit]
exec function BehindView (bool B)
CallForHelp[edit]
exec function CallForHelp ()
CauseEvent[edit]
exec function CauseEvent (name N)
ChangeCrosshair[edit]
exec function ChangeCrosshair ()
ChangeHud[edit]
exec function ChangeHud ()
CheatView[edit]
ClearProgressMessages[edit]
exec function ClearProgressMessages ()
FeignDeath[edit]
exec function FeignDeath ()
Fire[edit]
exec function Fire (optional float F)
Fly[edit]
exec function Fly ()
FOV[edit]
exec function FOV (float F)
FunctionKey[edit]
exec function FunctionKey (byte Num)
GetWeapon[edit]
Ghost[edit]
exec function Ghost ()
God[edit]
exec function God ()
Grab[edit]
exec function Grab ()
InvertMouse[edit]
exec function InvertMouse (bool B)
Invisible[edit]
exec function Invisible (bool B)
Jump[edit]
exec function Jump (optional float F)
Kick[edit]
exec function Kick (string S)
KickBan[edit]
exec function KickBan (string S)
KillAll[edit]
KillPawns[edit]
exec function KillPawns ()
LocalTravel[edit]
exec function LocalTravel (string URL)
Mutate[edit]
exec function Mutate (string MutateString)
Name[edit]
exec function Name (coerce string S)
NeverSwitchOnPickup[edit]
exec function NeverSwitchOnPickup (bool B)
NextWeapon[edit]
exec function NextWeapon ()
Pause[edit]
exec function Pause ()
Ping[edit]
exec function Ping ()
PlayerList[edit]
exec function PlayerList ()
PlayersOnly[edit]
exec function PlayersOnly ()
PrevItem[edit]
exec function PrevItem ()
PrevWeapon[edit]
exec function PrevWeapon ()
Profile[edit]
exec function Profile ()
QuickLoad[edit]
exec function QuickLoad ()
QuickSave[edit]
exec function QuickSave ()
RememberSpot[edit]
exec function RememberSpot ()
RestartLevel[edit]
exec function RestartLevel ()
Say[edit]
exec function Say (string Msg)
SetAutoAim[edit]
exec function SetAutoAim (float F)
SetBob[edit]
exec function SetBob (float F)
SetDesiredFOV[edit]
exec function SetDesiredFOV (float F)
SetDodgeClickTime[edit]
exec function SetDodgeClickTime (float F)
SetFriction[edit]
exec function SetFriction (float F)
SetHand[edit]
exec function SetHand (string S)
SetJumpZ[edit]
exec function SetJumpZ (float F)
SetMaxMouseSmoothing[edit]
exec function SetMaxMouseSmoothing (bool B)
SetMouseSmoothThreshold[edit]
exec function SetMouseSmoothThreshold (float F)
SetName[edit]
exec function SetName (coerce string S)
SetProgressColor[edit]
exec function SetProgressColor (Object.Color C, int Index)
SetProgressMessage[edit]
SetProgressTime[edit]
exec function SetProgressTime (float T)
SetSensitivity[edit]
exec function SetSensitivity (float F)
SetSpeed[edit]
exec function SetSpeed (float F)
SetViewFlash[edit]
exec function SetViewFlash (bool B)
SetWeaponStay[edit]
exec function SetWeaponStay (bool B)
ShowInventory[edit]
exec function ShowInventory ()
ShowLoadMenu[edit]
exec function ShowLoadMenu ()
ShowMenu[edit]
exec function ShowMenu ()
ShowPath[edit]
exec function ShowPath ()
ShowScores[edit]
exec function ShowScores ()
ShowSpecialMenu[edit]
exec function ShowSpecialMenu (string ClassName)
SloMo[edit]
exec function SloMo (float T)
SnapView[edit]
exec function SnapView (bool B)
Speech[edit]
SShot[edit]
exec function SShot ()
StairLook[edit]
exec function StairLook (bool B)
Suicide[edit]
exec function Suicide ()
Summon[edit]
exec function Summon (string ClassName)
SwitchCoopLevel[edit]
exec function SwitchCoopLevel (string URL)
SwitchLevel[edit]
exec function SwitchLevel (string URL)
SwitchWeapon[edit]
exec function SwitchWeapon (byte F)
Taunt[edit]
exec function Taunt (name Sequence)
TeamSay[edit]
exec function TeamSay (string Msg)
ThrowWeapon[edit]
exec function ThrowWeapon ()
ViewClass[edit]
ViewPlayer[edit]
exec function ViewPlayer (string S)
ViewPlayerNum[edit]
exec function ViewPlayerNum (optional int num)
ViewSelf[edit]
exec function ViewSelf ()
Walk[edit]
exec function Walk ()