I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:CheatManager exec functions (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> CheatManager (exec functions) |
Contents
- 1 Exec functions
- 1.1 AllAmmo
- 1.2 Amphibious
- 1.3 Avatar
- 1.4 CauseEvent
- 1.5 ChangeSize
- 1.6 CheatView
- 1.7 EndPath
- 1.8 Fly
- 1.9 FreeCamera
- 1.10 FreezeFrame
- 1.11 Ghost
- 1.12 God
- 1.13 Invisible
- 1.14 KillAll
- 1.15 KillPawns
- 1.16 NextLevel
- 1.17 PlayersOnly
- 1.18 RememberSpot
- 1.19 SetCameraDist
- 1.20 SetFlash
- 1.21 SetFogB
- 1.22 SetFogG
- 1.23 SetFogR
- 1.24 SetJumpZ
- 1.25 SetSpeed
- 1.26 SloMo
- 1.27 Summon
- 1.28 ViewClass
- 1.29 ViewPlayer
- 1.30 ViewSelf
- 1.31 Walk
- 1.32 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[edit]
AllAmmo[edit]
exec function AllAmmo ()
Amphibious[edit]
exec function Amphibious ()
Avatar[edit]
exec function Avatar (string ClassName)
CauseEvent[edit]
exec function CauseEvent (name EventName)
ChangeSize[edit]
exec function ChangeSize (float F)
CheatView[edit]
EndPath[edit]
exec function EndPath ()
Fly[edit]
exec function Fly (optional float Speed)
FreeCamera[edit]
exec function FreeCamera (bool B)
FreezeFrame[edit]
exec function FreezeFrame (float delay)
Ghost[edit]
exec function Ghost (optional float Speed)
God[edit]
exec function God ()
Invisible[edit]
exec function Invisible (bool B)
KillAll[edit]
KillPawns[edit]
exec function KillPawns ()
NextLevel[edit]
exec function NextLevel ()
PlayersOnly[edit]
exec function PlayersOnly ()
RememberSpot[edit]
exec function RememberSpot ()
SetCameraDist[edit]
exec function SetCameraDist (float F)
SetFlash[edit]
exec function SetFlash (float F)
SetFogB[edit]
exec function SetFogB (float F)
SetFogG[edit]
exec function SetFogG (float F)
SetFogR[edit]
exec function SetFogR (float F)
SetJumpZ[edit]
exec function SetJumpZ (float F)
SetSpeed[edit]
exec function SetSpeed (float F)
SloMo[edit]
exec function SloMo (float T)
Summon[edit]
exec function Summon (string ClassName)
ViewClass[edit]
ViewPlayer[edit]
exec function ViewPlayer (string S)
ViewSelf[edit]
exec function ViewSelf (optional bool bQuiet)
Walk[edit]
exec function Walk ()
WriteToLog[edit]
exec function WriteToLog ()