I'm a doctor, not a mechanic
UE3:UTPlayerController exec functions (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> PlayerController >> GamePlayerController >> UTPlayerController (exec functions) |
Contents
- 1 Exec functions
- 1.1 AdjustCameraScale
- 1.2 Admin
- 1.3 AdminChangeMap
- 1.4 AdminForceTextMute
- 1.5 AdminForceTextUnMute
- 1.6 AdminForceVoiceMute
- 1.7 AdminForceVoiceUnMute
- 1.8 AdminKick
- 1.9 AdminKickBan
- 1.10 AdminLogin
- 1.11 AdminLogOut
- 1.12 AdminPlayerList
- 1.13 AdminRestartMap
- 1.14 BasePath
- 1.15 BecomeActive
- 1.16 BehindView
- 1.17 Camera
- 1.18 Disconnect
- 1.19 DropFlag
- 1.20 FlushDebug
- 1.21 FOV
- 1.22 GetPlayerLoc
- 1.23 HideQuickPick
- 1.24 Music
- 1.25 NextWeapon
- 1.26 PlayVehicleHorn
- 1.27 PrevWeapon
- 1.28 RetrieveSettingsFromProfile
- 1.29 SetAutoTaunt
- 1.30 ShowCommandMenu
- 1.31 ShowMap
- 1.32 ShowMenu
- 1.33 ShowQuickPick
- 1.34 SwitchWeapon
- 1.35 Taunt
- 1.36 ToggleMelee
- 1.37 ToggleMinimap
- 1.38 ToggleQuickPickOff
- 1.39 ToggleScreenShotMode
- 1.40 ToggleSpeaking
- 1.41 ToggleTranslocator
- 1.42 Use
- 1.43 ViewObjective
- 1.44 ViewPlayerByName
- UTPlayerController exec functions in other games:
- UT3
- Other member categories for this class:
- constants, 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]
AdjustCameraScale[edit]
exec function AdjustCameraScale (bool bIn)
moves the camera in or out
Admin[edit]
exec function Admin (string CommandLine)
AdminChangeMap[edit]
exec function AdminChangeMap (string URL)
AdminForceTextMute[edit]
exec function AdminForceTextMute (string TargetPlayer)
AdminForceTextUnMute[edit]
exec function AdminForceTextUnMute (string TargetPlayer)
AdminForceVoiceMute[edit]
exec function AdminForceVoiceMute (string TargetPlayer)
AdminForceVoiceUnMute[edit]
exec function AdminForceVoiceUnMute (string TargetPlayer)
AdminKick[edit]
exec function AdminKick (string S)
AdminKickBan[edit]
exec function AdminKickBan (string S)
AdminLogin[edit]
exec function AdminLogin (string Password)
AdminLogOut[edit]
exec function AdminLogOut ()
AdminPlayerList[edit]
exec function AdminPlayerList ()
AdminRestartMap[edit]
exec function AdminRestartMap ()
BasePath[edit]
exec function BasePath (byte Num)
shows the path to the specified team's base or other main objective
BecomeActive[edit]
exec function BecomeActive ()
BehindView[edit]
exec function BehindView ()
Camera[edit]
exec function Camera (name NewMode)
Overrides: PlayerController.Camera
Change Camera mode - only in single player
Parameters:
- New - camera mode to set
Disconnect[edit]
exec function Disconnect ()
DropFlag[edit]
exec function DropFlag ()
FlushDebug[edit]
exec function FlushDebug ()
FOV[edit]
exec function FOV (float F)
Overrides: PlayerController.FOV
GetPlayerLoc[edit]
exec function GetPlayerLoc ()
debug command for bug reports
HideQuickPick[edit]
exec function HideQuickPick ()
Hide the Quick Pick Scene
Music[edit]
exec function Music (int EventIndex)
NextWeapon[edit]
exec function NextWeapon ()
Overrides: PlayerController.NextWeapon
PlayVehicleHorn[edit]
exec function PlayVehicleHorn ()
PrevWeapon[edit]
exec function PrevWeapon ()
Overrides: PlayerController.PrevWeapon
RetrieveSettingsFromProfile[edit]
exec function RetrieveSettingsFromProfile ()
Gathers player settings from the client's profile.
SetAutoTaunt[edit]
exec function SetAutoTaunt (bool Value)
ShowCommandMenu[edit]
exec function ShowCommandMenu ()
Stub - by default bound to "V" on the keyboard
ShowMap[edit]
exec function ShowMap ()
ShowMenu[edit]
exec function ShowMenu ()
Overrides: PlayerController.ShowMenu
ShowQuickPick[edit]
exec function ShowQuickPick ()
Show the Quick Pick Scene
SwitchWeapon[edit]
exec function SwitchWeapon (byte T)
Taunt[edit]
exec function Taunt (int TauntIndex)
ToggleMelee[edit]
simulated exec function ToggleMelee ()
ToggleMinimap[edit]
exec function ToggleMinimap ()
ToggleQuickPickOff[edit]
exec function ToggleQuickPickOff ()
Turn the QuickPick System off
ToggleScreenShotMode[edit]
exec function ToggleScreenShotMode ()
ToggleSpeaking[edit]
exec function ToggleSpeaking (bool bNowOn)
turns on/off voice chat/recognition
ToggleTranslocator[edit]
simulated exec function ToggleTranslocator ()
Use[edit]
exec function Use ()
Overrides: PlayerController.Use
Entry point function for player interactions with the world, re-directs to ServerUse.
ViewObjective[edit]
exec function ViewObjective ()
ViewPlayerByName[edit]
exec function ViewPlayerByName (string PlayerName)