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

UDSDemo.CS_ShotList

Extends
CutSeq

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

Variables Summary
boolbAbort
boolbActive
boolbComplete
intCurShot
ActortmpAct
CS_CameratmpCam
CutSeqtmpseq
CS_ShotList
nameOutCamera[8]
nameOutCamLock[8]
nameOutCommand[8]
floatOutDelays[8]
soundOutSounds[8]
nameOutTrigger[8]
Sounds
intDialogVolume

Functions Summary
function Completed ()))
event PreBeginPlay ()))
function Trigger (actor Other, pawn EventInstigator ))
Inherited Functions from UDSDemo.CutSeq
CSLog, CSTrackAction

States Summary
Dispatch Source code
state Dispatch
IsDone Source code
state IsDone
WaitForEvent Source code
state WaitForEvent


Variables Detail

bAbort Source code

var bool bAbort;

bActive Source code

var bool bActive;

bComplete Source code

var bool bComplete;

CurShot Source code

var int CurShot;

tmpAct Source code

var Actor tmpAct;

tmpCam Source code

var CS_Camera tmpCam;

tmpseq Source code

var CutSeq tmpseq;

CS_ShotList

OutCamera[8] Source code

var(CS_ShotList) name OutCamera[8];

OutCamLock[8] Source code

var(CS_ShotList) name OutCamLock[8];

OutCommand[8] Source code

var(CS_ShotList) name OutCommand[8];

OutDelays[8] Source code

var(CS_ShotList) float OutDelays[8];

OutSounds[8] Source code

var(CS_ShotList) sound OutSounds[8];

OutTrigger[8] Source code

var(CS_ShotList) name OutTrigger[8];

Sounds

DialogVolume Source code

var(Sounds) int DialogVolume;


Functions Detail

Completed Source code

function Completed ( ) )

PreBeginPlay Source code

event PreBeginPlay ( ) )

Trigger Source code

function Trigger ( actor Other, pawn EventInstigator ) )


Defaultproperties

defaultproperties
{
				Texture=Texture'UDSDemo.UDS.CSShotList'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:09.147 - Created with UnCodeX