objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed status definitions)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set [[Briefing.html|briefing]] objective status. Status may be one of: |= Description
| Set [[Briefing.html|briefing]] objective status. Status may be one of:
* "ACTIVE"
* "FAILED"
* "DONE"
* "HIDDEN"
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:12, 14 September 2006

Hover & click on the images for description

Description

Description:
Set briefing objective status. Status may be one of:
  • "ACTIVE"
  • "FAILED"
  • "DONE"
  • "HIDDEN"
Groups:
Uncategorised

Syntax

Syntax:
objective objStatus status
Parameters:
objective: String
status: String
Return Value:
Nothing

Examples

Example 1:
"obj_1" objStatus "FAILED"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section