For Babelfish Release 1.11.3.13

EventTargetCollectionIndex Property

Specifies the *expected* TargetDef to use during this Event. Specifically, this is the zero based index into the CourseOfFire.TargetCollectionDef.TargetCollections.TargetDefs array.

This value has no precise programmatic control. Instead it is used as a helper to more easily learn which TARGET this Event is being shot on. Programmatically, the SegmentGroupSegment, in the range script controls the selected TARGET (via its TargetCollectionIndex). The definition's author is responsible for composing values that are consistent.

This value may only be seet on Event with EventType Stage. All children on a Event, of EventType Stage are assumed to use the same TargetCollectionIndex.

Value must be between 0 and n - 1, where n is the number of TargetDefs in the TARGET COLLECTION definition. The special value of -9999 means not to set a value.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public int TargetCollectionIndex { get; set; }

Property Value

Int32

Remarks

The best way to learn the Taget Colleciton Modal is in use, is to grow the event tree and look up the Event Name from the Event Tree.

See Also