I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTPlayerController exec functions (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UTPlayerController exec functions in other games:
UT3
Other member categories for this class:
constants, instance functions, internal variables, states

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)