objStatus: Difference between revisions
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" | |||
* "FAILED" | |||
* "DONE" | |||
* "HIDDEN" | |||
'''Example:''' | '''Example:''' | ||
"obj_1" '''objStatus''' "FAILED" | "obj_1" '''objStatus''' "FAILED" |