Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:PlayerController exec functions (UDK)
Object >> Actor >> Controller >> PlayerController (exec functions) |
Contents
- 1 Exec functions
- 1.1 BugIt
- 1.2 BugItAI
- 1.3 BugItStringCreator
- 1.4 BugItGo
- 1.5 Camera
- 1.6 CauseEvent
- 1.7 CE
- 1.8 ChangeTeam
- 1.9 DebugPause
- 1.10 EnableCheats
- 1.11 FOV
- 1.12 ListCE
- 1.13 ListConsoleEvents
- 1.14 LocalTravel
- 1.15 Mutate
- 1.16 NextWeapon
- 1.17 PathChild
- 1.18 PathClear
- 1.19 PathStep
- 1.20 Pause
- 1.21 PrevWeapon
- 1.22 QuickLoad
- 1.23 QuickSave
- 1.24 RestartLevel
- 1.25 SaveActorConfig
- 1.26 SaveClassConfig
- 1.27 Say
- 1.28 SetAudioGroupVolume
- 1.29 SetName
- 1.30 SetShowSubtitles
- 1.31 ShowGameState
- 1.32 ShowMenu
- 1.33 ShowPlayerState
- 1.34 Speech
- 1.35 StartAltFire
- 1.36 StartFire
- 1.37 StopAltFire
- 1.38 StopFire
- 1.39 Suicide
- 1.40 SwitchLevel
- 1.41 SwitchTeam
- 1.42 Talk
- 1.43 TeamSay
- 1.44 TeamTalk
- 1.45 ThrowWeapon
- 1.46 Use
- 1.47 UTrace
- PlayerController exec functions in other games:
- U2, U2XMP, UE2Runtime, UT2003, UT2004, UT3
- Other member categories for this class:
- events, instance functions, internal variables, native functions, 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
BugIt
This function is used to print out the BugIt location. It prints out copy and paste versions for both IMing someone to type in and also a gameinfo ?options version so that you can append it to your launching url and be taken to the correct place. Additionally, it will take a screen shot so reporting bugs is a one command action!
BugItAI
BugItStringCreator
This will create a BugItGo string for us. Nice for calling form c++ where you just want the string and no Screenshots *
BugItGo
This will move the player and set their rotation to the passed in values. We have this version of the BugIt family as it is easier to type in just raw numbers in the console.
Camera
Change Camera mode
Parameters:
- New - camera mode to set
CauseEvent
CE
Shortcut version for LDs who get tired of typing 'CauseEvent' all day. :-)
ChangeTeam
DebugPause
Dumps the pause state of the game
EnableCheats
FOV
ListCE
ListConsoleEvents
Lists all console events to the HUD.
LocalTravel
Mutate
NextWeapon
PathChild
PathClear
PathStep
Pause
PrevWeapon
QuickLoad
Loads the savegame created by the quicksave exec
QuickSave
Console exec that initiates a quicksave and displays a string providing visual feedback.
RestartLevel
SaveActorConfig
Force a save config on the specified actor.
SaveClassConfig
Force a save config on the specified class.
Say
SetAudioGroupVolume
Sets the Audio Group to this the value passed in *
SetName
SetShowSubtitles
This will turn the subtitles on or off depending on the value of bValue
Parameters:
- bValue - to show or not to show
ShowGameState
ShowMenu
ShowPlayerState
Speech
StartAltFire
StartFire
StopAltFire
StopFire
Suicide
SwitchLevel
SwitchTeam
Talk
TeamSay
TeamTalk
ThrowWeapon
Use
Entry point function for player interactions with the world, re-directs to ServerUse.