Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE1:PlayerPawn exec functions (RTNP)
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 AllAmmo
- 1.9 AltFire
- 1.10 AlwaysMouseLook
- 1.11 Amphibious
- 1.12 BehindView
- 1.13 CallForHelp
- 1.14 CauseEvent
- 1.15 ChangeCrosshair
- 1.16 ChangeHud
- 1.17 CheatView
- 1.18 ClearProgressMessages
- 1.19 FeignDeath
- 1.20 Fire
- 1.21 Fly
- 1.22 FOV
- 1.23 FunctionKey
- 1.24 GetWeapon
- 1.25 Ghost
- 1.26 God
- 1.27 Grab
- 1.28 InvertMouse
- 1.29 Invisible
- 1.30 Jump
- 1.31 Kick
- 1.32 KillAll
- 1.33 KillPawns
- 1.34 LocalTravel
- 1.35 NeverSwitchOnPickup
- 1.36 NextWeapon
- 1.37 Pause
- 1.38 Ping
- 1.39 PlayerList
- 1.40 PlayersOnly
- 1.41 PrevItem
- 1.42 PrevWeapon
- 1.43 Profile
- 1.44 QuickLoad
- 1.45 QuickSave
- 1.46 RememberSpot
- 1.47 RestartLevel
- 1.48 Say
- 1.49 SetAutoAim
- 1.50 SetBob
- 1.51 SetDesiredFOV
- 1.52 SetDodgeClickTime
- 1.53 SetHand
- 1.54 SetJumpZ
- 1.55 SetMaxMouseSmoothing
- 1.56 SetMouseSmoothThreshold
- 1.57 SetName
- 1.58 SetProgressColor
- 1.59 SetProgressMessage
- 1.60 SetProgressTime
- 1.61 SetSensitivity
- 1.62 SetSpeed
- 1.63 SetViewFlash
- 1.64 ShowInventory
- 1.65 ShowLoadMenu
- 1.66 ShowMenu
- 1.67 ShowPath
- 1.68 ShowScores
- 1.69 ShowSpecialMenu
- 1.70 SloMo
- 1.71 SnapView
- 1.72 Speech
- 1.73 StairLook
- 1.74 Suicide
- 1.75 Summon
- 1.76 SwitchCoopLevel
- 1.77 SwitchLevel
- 1.78 SwitchWeapon
- 1.79 Taunt
- 1.80 TeamSay
- 1.81 ThrowWeapon
- 1.82 TimeDemo
- 1.83 ViewClass
- 1.84 ViewPlayer
- 1.85 ViewPlayerNum
- 1.86 ViewSelf
- 1.87 Walk
- PlayerPawn exec functions in other games:
- U1, UT
- 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)
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)
KillAll[edit]
KillPawns[edit]
exec function KillPawns ()
LocalTravel[edit]
exec function LocalTravel (string URL)
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)
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)
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]
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 ()
TimeDemo[edit]
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 ()