objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| ofp
|game1= ofp
|version1= 1.00


|1.00
|game2= ofpe
|version2= 1.00
 
|game3= arma1
|version3= 1.00
 
|game4= arma2
|version4= 1.00
 
|game5= arma2oa
|version5= 1.50
 
|game6= tkoh
|version6= 1.00
 
|game7= arma3
|version7= 0.50


|gr1= Briefing
|gr1= Briefing


| Sets the status of an objective that was defined in [[Briefing.html|briefing.html]].
|descr= Sets the status of an objective that was defined in [[Briefing.html|briefing.html]].


Status may be one of:
Status may be one of:
Line 17: Line 34:
To refer to an objective that is named "OBJ_1", for example, use only the index number in this command (i.e. "1" objStatus "HIDDEN").
To refer to an objective that is named "OBJ_1", for example, use only the index number in this command (i.e. "1" objStatus "HIDDEN").


 
|s1= objectivenumber [[objStatus]] status
| objectivenumber '''objStatus''' status


|p1= objectivenumber: [[String]]
|p1= objectivenumber: [[String]]
Line 24: Line 40:
|p2= status: [[String]]
|p2= status: [[String]]


| [[Nothing]]
|r1= [[Nothing]]
 
 
|x1= <code>"1" [[objStatus]] "DONE"</code>  
|x1= <sqf>"1" objStatus "DONE";</sqf>  
Marks the objective named "OBJ_1" as completed.
Marks the objective named "OBJ_1" as completed.


|
|seealso=
 
}}
}}
[[Category:Scripting Commands|OBJSTATUS]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|OBJSTATUS]]
[[Category:Scripting Commands OFP 1.46|OBJSTATUS]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Sets the status of an objective that was defined in briefing.html. Status may be one of:
  • "ACTIVE"
  • "FAILED"
  • "DONE"
  • "HIDDEN"
To refer to an objective that is named "OBJ_1", for example, use only the index number in this command (i.e. "1" objStatus "HIDDEN").
Groups:
Briefing

Syntax

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

Examples

Example 1:
"1" objStatus "DONE";
Marks the objective named "OBJ_1" as completed.

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