objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">''objective '''''objStatus ''status'''''</h2>
<h2 style="color:#000066">'''''objective objStatus ''status'''''</h2>





Revision as of 19:30, 1 July 2006


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"