objStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(58 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| Set [[Briefing.html|briefing]] objective status. Status may be one of: |= Description
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| objective '''objStatus''' status |= Syntax
|game4= arma2
|version4= 1.00


|p1= objective: [[String]] |= Parameter 1
|game5= arma2oa
|version5= 1.50


|p2= status: [[String]] |= Parameter 2
|game6= tkoh
|version6= 1.00


| [[Nothing]] |= Return value
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <pre>"obj_1" objStatus "FAILED"</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|gr1= Briefing


}}
|descr= Sets the status of an objective that was defined in [[Briefing.html|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").
 
|s1= objectivenumber [[objStatus]] status


<h3 style="display:none">Notes</h3>
|p1= objectivenumber: [[String]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|p2= status: [[String]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|r1= [[Nothing]]


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


[[Category:Scripting Commands|OBJSTATUS]]
|seealso=
[[Category:Scripting Commands OFP 1.96|OBJSTATUS]]
}}
[[Category:Scripting Commands OFP 1.46|OBJSTATUS]]
[[Category:Scripting Commands ArmA|OBJSTATUS]]

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