ObjCondition Multi

From Tripwire Interactive Wiki
Revision as of 19:46, 5 November 2013 by Alex KF (talk | contribs) (Created page with "'''Description''' ---- Multi conditions are used to track the completion state of multiple other conditions. They are useful if you want to have a single condition that is co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description


Multi conditions are used to track the completion state of multiple other conditions. They are useful if you want to have a single condition that is completed when a number of other unrelated tasks are finished.

Configurable Properties

Variable Name Variable Type Description
ChildConditions array<KF_ObjectiveCondition> This is a list of all the conditions you want this multi condition to track. The multi condition will only complete if all child conditions are first completed.