objStatus

From Bohemia Interactive Community
Revision as of 15:46, 4 May 2006 by Planck (talk | contribs)
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"