I don't need to test my programs. I have an error-correcting modem.
UE3:UTCheatManager (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)
Object >> CheatManager >> UTCheatManager |
Contents
- 1 Properties
- 2 Functions
- 2.1 Exec functions
- 2.1.1 AllAmmo
- 2.1.2 AllWeapons
- 2.1.3 DoubleUp
- 2.1.4 EditWeapon
- 2.1.5 FreeCamera
- 2.1.6 Glow
- 2.1.7 Invisible
- 2.1.8 KillBadGuys
- 2.1.9 KillOtherBots
- 2.1.10 LM
- 2.1.11 LMS
- 2.1.12 PhysicsGun
- 2.1.13 RBGrav
- 2.1.14 SetStickBind
- 2.1.15 ShowStickBindings
- 2.1.16 SpawnABloodDecal
- 2.1.17 SuicideBy
- 2.1.18 SummonV
- 2.1.19 TiltIt
- 2.1.20 ViewBot
- 2.2 Other instance functions
- 2.1 Exec functions
- Package:
- UTGame
- Within class:
- PlayerController
- This class in other games:
- 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. |
Properties[edit]
LMC[edit]
Type: class<LocalMessage>
RecogObject[edit]
Type: SpeechRecognition
Functions[edit]
Exec functions[edit]
AllAmmo[edit]
exec function AllAmmo ()
Overrides: CheatManager.AllAmmo
AllWeapons[edit]
exec function AllWeapons ()
Overrides: CheatManager.AllWeapons
DoubleUp[edit]
exec function DoubleUp ()
EditWeapon[edit]
exec function EditWeapon (string WhichWeapon)
FreeCamera[edit]
exec function FreeCamera ()
Glow[edit]
exec function Glow (float F)
Invisible[edit]
exec function Invisible (bool B)
KillBadGuys[edit]
exec function KillBadGuys ()
KillOtherBots[edit]
exec function KillOtherBots ()
kills all the bots that are not the current viewtarget
LM[edit]
exec function LM (string MessageClassName)
LMS[edit]
exec function LMS (int switch)
PhysicsGun[edit]
exec function PhysicsGun ()
RBGrav[edit]
exec function RBGrav (float NewGravityScaling)
SetStickBind[edit]
exec function SetStickBind (float val)
ShowStickBindings[edit]
exec function ShowStickBindings ()
SpawnABloodDecal[edit]
exec function SpawnABloodDecal ()
SuicideBy[edit]
allows suiciding with a specific damagetype and health value for testing death effects
SummonV[edit]
exec function SummonV (string ClassName)
Summon a vehicle
TiltIt[edit]
exec function TiltIt (bool bActive)
ViewBot[edit]
exec function ViewBot ()
Overrides: CheatManager.ViewBot
Other instance functions[edit]
LeaveADecal[edit]
simulated function LeaveADecal (Object.Vector HitLoc, Object.Vector HitNorm)