Cogito, ergo sum

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

AdjustCameraScale

exec function AdjustCameraScale (bool bIn)

moves the camera in or out

Admin

exec function Admin (string CommandLine)


AdminChangeMap

exec function AdminChangeMap (string URL)


AdminForceTextMute

exec function AdminForceTextMute (string TargetPlayer)


AdminForceTextUnMute

exec function AdminForceTextUnMute (string TargetPlayer)


AdminForceVoiceMute

exec function AdminForceVoiceMute (string TargetPlayer)


AdminForceVoiceUnMute

exec function AdminForceVoiceUnMute (string TargetPlayer)


AdminKick

exec function AdminKick (string S)


AdminKickBan

exec function AdminKickBan (string S)


AdminLogin

exec function AdminLogin (string Password)


AdminLogOut

exec function AdminLogOut ()


AdminPlayerList

exec function AdminPlayerList ()


AdminRestartMap

exec function AdminRestartMap ()


BasePath

exec function BasePath (byte Num)

shows the path to the specified team's base or other main objective

BecomeActive

exec function BecomeActive ()


BehindView

exec function BehindView ()


Camera

exec function Camera (name NewMode)

Overrides: PlayerController.Camera

Change Camera mode - only in single player

Parameters:

  • New - camera mode to set

Disconnect

exec function Disconnect ()


DropFlag

exec function DropFlag ()


FlushDebug

exec function FlushDebug ()


FOV

exec function FOV (float F)

Overrides: PlayerController.FOV


GetPlayerLoc

exec function GetPlayerLoc ()

debug command for bug reports

HideQuickPick

exec function HideQuickPick ()

Hide the Quick Pick Scene

Music

exec function Music (int EventIndex)


NextWeapon

exec function NextWeapon ()

Overrides: PlayerController.NextWeapon


PlayVehicleHorn

exec function PlayVehicleHorn ()


PrevWeapon

exec function PrevWeapon ()

Overrides: PlayerController.PrevWeapon


RetrieveSettingsFromProfile

exec function RetrieveSettingsFromProfile ()

Gathers player settings from the client's profile.

SetAutoTaunt

exec function SetAutoTaunt (bool Value)


ShowCommandMenu

exec function ShowCommandMenu ()

Stub - by default bound to "V" on the keyboard

ShowMap

exec function ShowMap ()


ShowMenu

exec function ShowMenu ()

Overrides: PlayerController.ShowMenu


ShowQuickPick

exec function ShowQuickPick ()

Show the Quick Pick Scene

SwitchWeapon

exec function SwitchWeapon (byte T)


Taunt

exec function Taunt (int TauntIndex)


ToggleMelee

simulated exec function ToggleMelee ()


ToggleMinimap

exec function ToggleMinimap ()


ToggleQuickPickOff

exec function ToggleQuickPickOff ()

Turn the QuickPick System off

ToggleScreenShotMode

exec function ToggleScreenShotMode ()


ToggleSpeaking

exec function ToggleSpeaking (bool bNowOn)

turns on/off voice chat/recognition

ToggleTranslocator

simulated exec function ToggleTranslocator ()


Use

exec function Use ()

Overrides: PlayerController.Use

Entry point function for player interactions with the world, re-directs to ServerUse.

ViewObjective

exec function ViewObjective ()


ViewPlayerByName

exec function ViewPlayerByName (string PlayerName)