Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UDSDemo.CS_ZoomFOV

Extends
CutSeq

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Triggers
      |   
      +-- UDSDemo.CutSeq
         |   
         +-- UDSDemo.CS_ZoomFOV

Variables Summary
floatCurFOV
CSPlayerplayer
CS_ZoomFOV
floatFOVIncrement
floatIncrementTime
floatTargetFOV

Functions Summary
function Timer ()
Zooming
function Trigger (actor Other, pawn EventInstigator)
Inherited Functions from UDSDemo.CutSeq
CSLog, CSTrackAction

States Summary
Zooming Source code
state Zooming
Timer


Variables Detail

CurFOV Source code

var float CurFOV;

player Source code

var CSPlayer player;

CS_ZoomFOV

FOVIncrement Source code

var(CS_ZoomFOV) float FOVIncrement;

IncrementTime Source code

var(CS_ZoomFOV) float IncrementTime;

TargetFOV Source code

var(CS_ZoomFOV) float TargetFOV;


Functions Detail

Timer Zooming Source code

function Timer ( )

Trigger Source code

function Trigger ( actor Other, pawn EventInstigator )


Defaultproperties

defaultproperties
{
     TargetFOV=90.000000
     FOVIncrement=1.000000
     IncrementTime=0.075000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:29:16.734 - Created with UnCodeX