Mostly Harmless
UE2:PlayerController exec functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> PlayerController (exec functions) |
Contents
- 1 Exec functions
- 1.1 SetProgressMessage
- 1.2 SetProgressTime
- 1.3 ActivateInventoryItem
- 1.4 ActivateItem
- 1.5 Admin
- 1.6 AdminDebug
- 1.7 AdminGUI
- 1.8 AdminLogin
- 1.9 AdminLogout
- 1.10 AltFire
- 1.11 BehindView
- 1.12 ChangeTeam
- 1.13 ChatDebug
- 1.14 ClearProgressMessages
- 1.15 command
- 1.16 CreateCameraEffect
- 1.17 DisableVoiceChat
- 1.18 EnableVoiceChat
- 1.19 Fire
- 1.20 ForceReload
- 1.21 FOV
- 1.22 GetWeapon
- 1.23 GetWeaponStats
- 1.24 InvertLook
- 1.25 InvertMouse
- 1.26 Join
- 1.27 Jump
- 1.28 KillAll
- 1.29 Leave
- 1.30 LocalTravel
- 1.31 Mutate
- 1.32 NextWeapon
- 1.33 Pause
- 1.34 PipedSwitchWeapon
- 1.35 PrevItem
- 1.36 PrevWeapon
- 1.37 QuickLoad
- 1.38 QuickSave
- 1.39 RestartLevel
- 1.40 Say
- 1.41 SetAutoTaunt
- 1.42 SetChatPassword
- 1.43 SetFlashScaling
- 1.44 SetMouseAccel
- 1.45 SetMouseSmoothing
- 1.46 SetName
- 1.47 SetSensitivity
- 1.48 SetSpectateSpeed
- 1.49 SetVoice
- 1.50 SetWeaponHand
- 1.51 ShowGun
- 1.52 ShowMenu
- 1.53 ShowVoteMenu
- 1.54 Speak
- 1.55 SpeakDefault
- 1.56 SpeakLast
- 1.57 Speech
- 1.58 Suicide
- 1.59 SwitchLevel
- 1.60 SwitchTeam
- 1.61 SwitchWeapon
- 1.62 TeamSay
- 1.63 ThrowWeapon
- 1.64 ToggleBehindView
- 1.65 ToggleScreenShotMode
- 1.66 Use
- PlayerController exec functions in other games:
- U2, U2XMP, UE2Runtime, UT2003, UT3, UDK
- Other member categories for this class:
- events, 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]
SetProgressMessage[edit]
SetProgressTime[edit]
exec event SetProgressTime (float T)
ActivateInventoryItem[edit]
exec function ActivateInventoryItem (Class InvItem)
ActivateItem[edit]
exec function ActivateItem ()
Admin[edit]
exec function Admin (string CommandLine)
AdminDebug[edit]
exec function AdminDebug (string CommandLine)
AdminGUI[edit]
exec function AdminGUI ()
AdminLogin[edit]
exec function AdminLogin (string CmdLine)
AdminLogout[edit]
exec function AdminLogout ()
AltFire[edit]
exec function AltFire (optional float F)
BehindView[edit]
exec function BehindView (bool B)
ChangeTeam[edit]
exec function ChangeTeam (int N)
ChatDebug[edit]
exec function ChatDebug ()
ClearProgressMessages[edit]
exec function ClearProgressMessages ()
command[edit]
exec function command (string RecognizedString)
CreateCameraEffect[edit]
exec function CreateCameraEffect (class<CameraEffect> EffectClass)
DisableVoiceChat[edit]
exec function DisableVoiceChat ()
EnableVoiceChat[edit]
exec function EnableVoiceChat ()
Fire[edit]
exec function Fire (optional float F)
ForceReload[edit]
exec function ForceReload ()
FOV[edit]
exec function FOV (float F)
GetWeapon[edit]
GetWeaponStats[edit]
exec function GetWeaponStats ()
InvertLook[edit]
exec function InvertLook ()
InvertMouse[edit]
exec function InvertMouse (optional string Invert)
Join[edit]
Jump[edit]
exec function Jump (optional float F)
KillAll[edit]
Leave[edit]
exec function Leave (string ChannelTitle)
LocalTravel[edit]
exec function LocalTravel (string URL)
Mutate[edit]
exec function Mutate (string MutateString)
NextWeapon[edit]
exec function NextWeapon ()
Pause[edit]
exec function Pause ()
PipedSwitchWeapon[edit]
exec function PipedSwitchWeapon (byte F)
PrevItem[edit]
exec function PrevItem ()
PrevWeapon[edit]
exec function PrevWeapon ()
QuickLoad[edit]
exec function QuickLoad ()
QuickSave[edit]
exec function QuickSave ()
RestartLevel[edit]
exec function RestartLevel ()
Say[edit]
exec function Say (string Msg)
SetAutoTaunt[edit]
exec function SetAutoTaunt (bool Value)
SetChatPassword[edit]
exec function SetChatPassword (string NewPassword)
SetFlashScaling[edit]
exec function SetFlashScaling (float F)
SetMouseAccel[edit]
exec function SetMouseAccel (float F)
SetMouseSmoothing[edit]
exec function SetMouseSmoothing (int Mode)
SetName[edit]
exec function SetName (coerce string S)
SetSensitivity[edit]
exec function SetSensitivity (float F)
SetSpectateSpeed[edit]
exec function SetSpectateSpeed (float F)
SetVoice[edit]
exec function SetVoice (coerce string S)
SetWeaponHand[edit]
exec function SetWeaponHand (string S)
ShowGun[edit]
exec function ShowGun ()
ShowMenu[edit]
exec function ShowMenu ()
ShowVoteMenu[edit]
exec function ShowVoteMenu ()
Speak[edit]
exec function Speak (string ChannelTitle)
SpeakDefault[edit]
exec function SpeakDefault ()
SpeakLast[edit]
exec function SpeakLast ()
Speech[edit]
Suicide[edit]
exec function Suicide ()
SwitchLevel[edit]
exec function SwitchLevel (string URL)
SwitchTeam[edit]
exec function SwitchTeam ()
SwitchWeapon[edit]
exec function SwitchWeapon (byte F)
TeamSay[edit]
exec function TeamSay (string Msg)
ThrowWeapon[edit]
exec function ThrowWeapon ()
ToggleBehindView[edit]
exec function ToggleBehindView ()
ToggleScreenShotMode[edit]
exec function ToggleScreenShotMode ()
Use[edit]
exec function Use ()