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

ConSys.ConEventRandomLabel

Extends
ConEvent
Modifiers
native noexport

Core.Object
|   
+-- ConSys.ConObject
   |   
   +-- ConSys.ConEvent
      |   
      +-- ConSys.ConEventRandomLabel

Variables Summary
BoolbCycleEvents
BoolbCycleOnce
BoolbCycleRandom
BoolbLabelsCycled
IntcycleIndex
DynamicArraylabels
Inherited Variables from ConSys.ConEvent
conversation, eventType, label, nextEvent

Enumerations Summary
Inherited Enumerations from ConSys.ConObject
EAnimationModes, ECameraPositions, ECameraTransitions, ECameraTypes, EConditions, EEventAction, EEventType, EPersonaTypes, ESpeechFonts

Structures Summary
Inherited Structures from ConSys.ConObject
DynamicArray

Functions Summary
functionString GetLabel (int labelIndex)
functionint GetLabelCount ()
functionString GetRandomLabel ()
Inherited Functions from ConSys.ConEvent
GetSoundLength


Variables Detail

bCycleEvents Source code

var Bool bCycleEvents;

bCycleOnce Source code

var Bool bCycleOnce;

bCycleRandom Source code

var Bool bCycleRandom;

bLabelsCycled Source code

var Bool bLabelsCycled;

cycleIndex Source code

var Int cycleIndex;

labels Source code

var native private DynamicArray labels;


Functions Detail

GetLabel Source code

intrinsic(2061) final function String GetLabel ( int labelIndex )

GetLabelCount Source code

intrinsic(2060) final function int GetLabelCount ( )

GetRandomLabel Source code

intrinsic(2062) final function String GetRandomLabel ( )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:04.785 - Created with UnCodeX