objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|OBJSTATUS]]
[[Category:Scripting Commands|OBJSTATUS]]
[[Category:Scripting Commands OFP 1.97|OBJSTATUS]]
[[Category:Scripting Commands OFP 1.96|OBJSTATUS]]
[[Category:Scripting Commands OFP 1.46|OBJSTATUS]]
[[Category:Scripting Commands OFP 1.46|OBJSTATUS]]
[[Category:Scripting Commands ArmA|OBJSTATUS]]
[[Category:Scripting Commands ArmA|OBJSTATUS]]

Revision as of 21:18, 1 June 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"