isMarkedForCollection: 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|ISMARKEDFORCOLLECTION]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |ISMARKEDFORCOLLECTION]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|ISMARKEDFORCOLLECTION]]


| arma |= Game name


<h2 style="color:#000066">''' isMarkedForCollection ''object'''''</h2>
|2.13|= Game version
____________________________________________________________________________________________


| Checks whether the object is marked for weapons collection. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''isMarkedForCollection''' object |= Syntax


'''object:''' [[Object]]
|p1= object: [[Object]] |= Parameter 1


'''Type of returned value:'''
| [[Boolean]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>marked = isMarkedForCollection truck</pre> |= Example 1
____________________________________________________________________________________________


[[Boolean]]
|  |= See also


'''Compatibility:'''
}}


Version 2.13 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Checks whether the object is marked for weapons collection.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|ISMARKEDFORCOLLECTION]]
 
[[Category:Scripting Commands OFP Elite |ISMARKEDFORCOLLECTION]]
'''Example:'''
[[Category:Scripting Commands ArmA|ISMARKEDFORCOLLECTION]]
 
marked = '''isMarkedForCollection''' truck

Revision as of 01:36, 2 August 2006

-wrong parameter ("Arma") defined!-2.13
Hover & click on the images for description

Description

Description:
Checks whether the object is marked for weapons collection.
Groups:
Uncategorised

Syntax

Syntax:
isMarkedForCollection object
Parameters:
object: Object
Return Value:
Boolean

Examples

Example 1:
marked = isMarkedForCollection truck

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