objStatus

From Bohemia Interactive Community
Revision as of 18:41, 15 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

objective objStatus status

Operand types:

objective: String

status: String

Type of returned value:

Nothing

Description:

Set briefing objective status. Status may be one of:

   * "ACTIVE"
   * "FAILED"
   * "DONE"
   * "HIDDEN"

Example:

"obj_1" objStatus "FAILED"