I'm a doctor, not a mechanic
UE3:CheatManager exec functions (UDK)
Object >> CheatManager (exec functions) |
Contents
- 1 Exec functions
- 1.1 AffectedByHitEffects
- 1.2 AllAmmo
- 1.3 AllWeapons
- 1.4 Amphibious
- 1.5 Avatar
- 1.6 ChangeSize
- 1.7 DestroyFractures
- 1.8 DumpOnlineSessionState
- 1.9 DumpVoiceMutingState
- 1.10 EndPath
- 1.11 Fly
- 1.12 FractureAllMeshes
- 1.13 FractureAllMeshesToMaximizeMemoryUsage
- 1.14 FreezeFrame
- 1.15 Ghost
- 1.16 GiveWeapon
- 1.17 God
- 1.18 KillAll
- 1.19 KillPawns
- 1.20 KillViewedActor
- 1.21 ListDynamicActors
- 1.22 Loaded
- 1.23 OnlyLoadLevel
- 1.24 PlayersOnly
- 1.25 RememberSpot
- 1.26 SetGravity
- 1.27 SetJumpZ
- 1.28 SetOnlineDebugLevel
- 1.29 SetSpeed
- 1.30 SloMo
- 1.31 StreamLevelIn
- 1.32 StreamLevelOut
- 1.33 Summon
- 1.34 Teleport
- 1.35 TestLevel
- 1.36 ToggleDebugCamera
- 1.37 ViewActor
- 1.38 ViewBot
- 1.39 ViewClass
- 1.40 ViewFlag
- 1.41 ViewPlayer
- 1.42 ViewSelf
- 1.43 Walk
- 1.44 WriteToLog
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
AffectedByHitEffects
Some games have God Mode not actually be god mode but be "don't take damage mode". So we need to have another flag that says to not be affected by effects (e.g. momentum transfer, hit effects, etc.)
AllAmmo
AllWeapons
Amphibious
Avatar
Possess a pawn of the requested class
ChangeSize
DestroyFractures
Util for fracturing meshes within an area of the player.
DumpOnlineSessionState
Logs the current session state for the game type and online layer
DumpVoiceMutingState
Logs the current muting state of the server
EndPath
Fly
FractureAllMeshes
Util for ensuring at least one piece is broken of each FSM in level
FractureAllMeshesToMaximizeMemoryUsage
This will break all Fractured meshes in the map in a way to maximize memory usage *
FreezeFrame
Ghost
GiveWeapon
Give a specified weapon to the Pawn. If weapon is not carried by player, then it is created. Weapon given is returned as the function's return parmater.
God
KillAll
KillPawns
KillViewedActor
ListDynamicActors
Loaded
OnlyLoadLevel
PlayersOnly
RememberSpot
SetGravity
SetJumpZ
SetOnlineDebugLevel
Changes the OS specific logging level
Parameters:
- DebugLevel - the new debug level to use
SetSpeed
SloMo
StreamLevelIn
StreamLevelOut
Summon
Teleport
TestLevel
ToggleDebugCamera
Toggle between debug camera/player camera without locking gameplay and with locking local player controller input.