I'm a doctor, not a mechanic

UE3:CheatManager exec functions (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> CheatManager (exec functions)
CheatManager exec functions in other games:
U2, U2XMP, UE2Runtime, UT2003, UT2004, UT3

Exec functions

AffectedByHitEffects

exec function 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

exec function AllAmmo ()


AllWeapons

exec function AllWeapons ()


Amphibious

exec function Amphibious ()


Avatar

exec function Avatar (name ClassName)

Possess a pawn of the requested class

ChangeSize

exec function ChangeSize (float F)


DestroyFractures

exec function DestroyFractures (optional float Radius)

Util for fracturing meshes within an area of the player.

DumpOnlineSessionState

exec function DumpOnlineSessionState ()

Logs the current session state for the game type and online layer

DumpVoiceMutingState

exec function DumpVoiceMutingState ()

Logs the current muting state of the server

EndPath

exec function EndPath ()


Fly

exec function Fly ()


FractureAllMeshes

exec function FractureAllMeshes ()

Util for ensuring at least one piece is broken of each FSM in level

FractureAllMeshesToMaximizeMemoryUsage

exec function FractureAllMeshesToMaximizeMemoryUsage ()

This will break all Fractured meshes in the map in a way to maximize memory usage *

FreezeFrame

exec function FreezeFrame (float delay)


Ghost

exec function Ghost ()


GiveWeapon

exec function Weapon GiveWeapon (string WeaponClassStr)

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

exec function God ()


KillAll

exec function KillAll (class<ActoraClass)


KillPawns

exec function KillPawns ()


KillViewedActor

exec function KillViewedActor ()


ListDynamicActors

exec function ListDynamicActors ()


Loaded

exec function Loaded ()


OnlyLoadLevel

exec function OnlyLoadLevel (name PackageName)


PlayersOnly

exec function PlayersOnly ()


RememberSpot

exec function RememberSpot ()


SetGravity

exec function SetGravity (float F)


SetJumpZ

exec function SetJumpZ (float F)


SetOnlineDebugLevel

exec function SetOnlineDebugLevel (int DebugLevel)

Changes the OS specific logging level

Parameters:

  • DebugLevel - the new debug level to use

SetSpeed

exec function SetSpeed (float F)


SloMo

exec function SloMo (float T)


StreamLevelIn

exec function StreamLevelIn (name PackageName)


StreamLevelOut

exec function StreamLevelOut (name PackageName)


Summon

exec function Summon (string ClassName)


Teleport

exec function Teleport ()


TestLevel

exec function TestLevel ()


ToggleDebugCamera

exec function ToggleDebugCamera ()

Toggle between debug camera/player camera without locking gameplay and with locking local player controller input.

ViewActor

exec function ViewActor (name ActorName)


ViewBot

exec function ViewBot ()


ViewClass

exec function ViewClass (class<ActoraClass)


ViewFlag

exec function ViewFlag ()


ViewPlayer

exec function ViewPlayer (string S)


ViewSelf

exec function ViewSelf (optional bool bQuiet)


Walk

exec function Walk ()


WriteToLog

exec function WriteToLog (string Param)