isMarkedForCollection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>")
 
(43 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|ISMARKEDFORCOLLECTION]]
{{RV|type=command
[[Category:Scripting Commands OFP Elite |ISMARKEDFORCOLLECTION]]
[[Category:Scripting Commands ArmA|ISMARKEDFORCOLLECTION]]


<new command not populated>
|game1= arma1
|version1= 1.00


|game2= arma2
|version2= 1.00


<h2 style="color:#000066">''''' isMarkedForCollection '''''</h2>
|game3= arma2oa
|version3= 1.50


|game4= tkoh
|version4= 1.00


'''Operand types:'''
|game5= arma3
|version5= 0.50


'''Type of returned value:'''
|arg= global


'''Compatibility:'''
|gr1= Object Manipulation


'''Description:'''
|descr= Checks whether the object is marked for weapons collection.


|s1= [[isMarkedForCollection]]  object


'''Example:'''
|p1= object: [[Object]]
 
|r1= [[Boolean]]
 
|x1= <sqf>_marked = isMarkedForCollection _truck;</sqf>
 
|seealso=
}}

Latest revision as of 22:24, 7 May 2022

Hover & click on the images for description

Description

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

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