ObjCondition Timed

From Tripwire Interactive Wiki
Revision as of 16:06, 6 November 2013 by Alex KF (talk | contribs) (Created page with "'''Description''' ---- Timed conditions simply count down for a specified amount of time and are marked complete when they reach 0. If you were thinking of using this conditi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description


Timed conditions simply count down for a specified amount of time and are marked complete when they reach 0. If you were thinking of using this condition to create a 'Trader Time' objective use 'ObjCondition_TraderTime' instead.

Configurable Properties

Variable Name Variable Type Description
Duration Float The amount of time (in seconds) to count for.

Back