objStatus: Difference between revisions

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





Revision as of 15:46, 4 May 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"