objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#O|COMREF]]
<h2 style="color:#000066">''objective '''''objStatus ''status'''''</h2>
<h2 style="color:#000066">''objective '''''objStatus ''status'''''</h2>


'''Operand types:'''
'''Operand types:'''


objective: [[String]]
'''objective:''' [[String]]


status: [[String]]
'''status:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''


Nothing
[[Nothing]]


'''Description:'''
'''Description:'''


Set [[briefing]] objective status.
Set [[briefing]] objective status.
Status may be one of:
Status may be one of:


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


'''Example:'''
'''Example:'''


"obj_1" '''objStatus''' "FAILED"
"obj_1" '''objStatus''' "FAILED"

Revision as of 20:47, 15 April 2006

back to COMREF

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"