ObjCondition Multi: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Description'''
'''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.  
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 only after a number of other tasks are finished first.


'''Configurable Properties'''
'''Configurable Properties'''
Line 14: Line 14:
|-
|-
|}
|}
[http://wiki.tripwireinteractive.com/index.php?title=Creating_Objectives Back]

Latest revision as of 16:58, 6 November 2013

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 only after a number of other tasks are finished first.

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.

Back