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|OBJSTATUS]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|OBJSTATUS]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|OBJSTATUS]]
[[Category:Scripting Commands ArmA|OBJSTATUS]]


| ofp |= Game name


<h2 style="color:#000066">'''''objective'' objStatus ''status'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Set [[briefing]] objective status. Status may be one of: |= Description
____________________________________________________________________________________________


'''Operand types:'''
| objective '''objStatus''' status |= Syntax


'''objective:''' [[String]]
|p1= objective: [[String]] |= Parameter 1


'''status:''' [[String]]
|p2= status: [[String]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>"obj_1" objStatus "FAILED"</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Set [[Briefing.html|briefing]] objective status.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Status may be one of:
<!-- Note Section END -->
</dl>


* "ACTIVE"
<h3 style="display:none">Bottom Section</h3>
* "FAILED"
* "DONE"
* "HIDDEN"




'''Example:'''
[[Category:Scripting Commands|OBJSTATUS]]
 
[[Category:Scripting Commands OFP 1.96|OBJSTATUS]]
"obj_1" '''objStatus''' "FAILED"
[[Category:Scripting Commands OFP 1.46|OBJSTATUS]]
[[Category:Scripting Commands ArmA|OBJSTATUS]]

Revision as of 00:08, 2 August 2006

Hover & click on the images for description

Description

Description:
Set briefing objective status. Status may be one of:
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