I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:CheatManager (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> CheatManager |
- Package:
- Engine
- Within class:
- PlayerController
- This class in other games:
- UE2Runtime, UT2003, U2XMP, U2, UDK, UT3
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. |
CheatManager Object within playercontroller that manages "cheat" commands only spawned in single player mode
Properties[edit]
bCheatsEnabled[edit]
Type: bool
LockedRotation[edit]
Type: Object.Rotator
Functions[edit]
Exec functions[edit]
See CheatManager exec functions.
Other instance functions[edit]
areCheatsEnabled[edit]
function bool areCheatsEnabled ()
check if cheats are enabled, if not playing a SP game always return true
ReportCheat[edit]
function ReportCheat (optional string cheat)