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
SetProgressMessage
SetProgressTime
exec event SetProgressTime (float T)
ActivateInventoryItem
exec function ActivateInventoryItem (Class InvItem)
ActivateItem
exec function ActivateItem ()
Admin
exec function Admin (string CommandLine)
AdminDebug
exec function AdminDebug (string CommandLine)
AdminGUI
exec function AdminGUI ()
AdminLogin
exec function AdminLogin (string CmdLine)
AdminLogout
exec function AdminLogout ()
AltFire
exec function AltFire (optional float F)
BehindView
exec function BehindView (bool B)
ChangeTeam
exec function ChangeTeam (int N)
ChatDebug
exec function ChatDebug ()
ClearProgressMessages
exec function ClearProgressMessages ()
command
exec function command (string RecognizedString)
CreateCameraEffect
exec function CreateCameraEffect (class<CameraEffect> EffectClass)
DisableVoiceChat
exec function DisableVoiceChat ()
EnableVoiceChat
exec function EnableVoiceChat ()
Fire
exec function Fire (optional float F)
ForceReload
exec function ForceReload ()
FOV
exec function FOV (float F)
GetWeapon
GetWeaponStats
exec function GetWeaponStats ()
InvertLook
exec function InvertLook ()
InvertMouse
exec function InvertMouse (optional string Invert)
Join
Jump
exec function Jump (optional float F)
KillAll
Leave
exec function Leave (string ChannelTitle)
LocalTravel
exec function LocalTravel (string URL)
Mutate
exec function Mutate (string MutateString)
NextWeapon
exec function NextWeapon ()
Pause
exec function Pause ()
PipedSwitchWeapon
exec function PipedSwitchWeapon (byte F)
PrevItem
exec function PrevItem ()
PrevWeapon
exec function PrevWeapon ()
QuickLoad
exec function QuickLoad ()
QuickSave
exec function QuickSave ()
RestartLevel
exec function RestartLevel ()
Say
exec function Say (string Msg)
SetAutoTaunt
exec function SetAutoTaunt (bool Value)
SetChatPassword
exec function SetChatPassword (string NewPassword)
SetFlashScaling
exec function SetFlashScaling (float F)
SetMouseAccel
exec function SetMouseAccel (float F)
SetMouseSmoothing
exec function SetMouseSmoothing (int Mode)
SetName
exec function SetName (coerce string S)
SetSensitivity
exec function SetSensitivity (float F)
SetSpectateSpeed
exec function SetSpectateSpeed (float F)
SetVoice
exec function SetVoice (coerce string S)
SetWeaponHand
exec function SetWeaponHand (string S)
ShowGun
exec function ShowGun ()
ShowMenu
exec function ShowMenu ()
ShowVoteMenu
exec function ShowVoteMenu ()
Speak
exec function Speak (string ChannelTitle)
SpeakDefault
exec function SpeakDefault ()
SpeakLast
exec function SpeakLast ()
Speech
Suicide
exec function Suicide ()
SwitchLevel
exec function SwitchLevel (string URL)
SwitchTeam
exec function SwitchTeam ()
SwitchWeapon
exec function SwitchWeapon (byte F)
TeamSay
exec function TeamSay (string Msg)
ThrowWeapon
exec function ThrowWeapon ()
ToggleBehindView
exec function ToggleBehindView ()
ToggleScreenShotMode
exec function ToggleScreenShotMode ()
Use
exec function Use ()