UE3:DebugCameraController (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
WGH (talk | contribs)
No edit summary
m wikified the table
 
Line 12: Line 12:
To turn it on, please press Alt+C or both (left and right) analogs on xbox pad<br />
To turn it on, please press Alt+C or both (left and right) analogs on xbox pad<br />
After turning:
After turning:
<table>
{|
<tr><th>PC</th><th>Xbox</th><th>Action</th></tr>
!PC!!Xbox!!Action
<tr><td>WASD</td><td>Left Analog</td><td>Moving</tr>
|-
<tr><td>Mouse</td><td>Right Analog</td><td>Rotating</tr>
|WASD||Left Analog||Moving
<tr><td>Shift</td><td>XBOX_KeyB</td><td>Move faster</tr>
|-
<tr><td>Q/E</td><td>LT/RT</td><td>Move Up/Down</tr>
|Mouse||Right Analog||Rotating
<tr><td>Enter</td><td>XBOX_KeyA</td><td>Call "FreezeRendering" console command</tr>
|-
<tr><td>Alt+C</td><td>LeftThumbstick</td><td>Toggle debug camera</tr>
|Shift||XBOX_KeyB||Move faster
</table>
|-
 
|Q/E||LT/RT||Move Up/Down
|-
|Enter||XBOX_KeyA||Call "FreezeRendering" console command
|-
|Alt+C||LeftThumbstick||Toggle debug camera
|}
==Properties==
==Properties==
====bIsFrozenRendering====
====bIsFrozenRendering====

Latest revision as of 06:18, 13 January 2009

UT3 Object >> Actor >> Controller >> PlayerController >> DebugCameraController
Package:
Engine
This class in other games:

PCF Begin (Debug Camera) Debug Camera Controller

To turn it on, please press Alt+C or both (left and right) analogs on xbox pad
After turning:

PC Xbox Action
WASD Left Analog Moving
Mouse Right Analog Rotating
Shift XBOX_KeyB Move faster
Q/E LT/RT Move Up/Down
Enter XBOX_KeyA Call "FreezeRendering" console command
Alt+C LeftThumbstick Toggle debug camera

Properties

bIsFrozenRendering

Type: bool


DrawFrustum

Type: DrawFrustumComponent


OryginalControllerRef

Type: PlayerController


OryginalPlayer

Type: Player


Default values

Subobjects

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: PlayerController.CollisionCylinder

No new values.

Sprite

Class: Engine.SpriteComponent

Inherits from: PlayerController.Sprite

No new values.

Functions

Exec functions

MoreSpeed

exec function MoreSpeed ()


NormalSpeed

exec function NormalSpeed ()


SetFreezeRendering

exec function SetFreezeRendering ()


Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: PlayerController.PostBeginPlay


Other instance functions

DisableDebugCamera

function DisableDebugCamera ()


OnActivate

function OnActivate (PlayerController PC)


OnDeactivate

function OnDeactivate (PlayerController PC)