isMarkedForCollection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|ISMARKEDFORCOLLECTION]]
[[Category:Scripting Commands ArmA|ISMARKEDFORCOLLECTION]]


<new command not populated>


<h2 style="color:#000066">''' isMarkedForCollection ''object'''''</h2>


<h2 style="color:#000066">''''' isMarkedForCollection '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''object:''' [[Object]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Boolean]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.13 required.


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




'''Example:'''
'''Example:'''
marked = '''isMarkedForCollection''' truck

Revision as of 16:42, 2 July 2006


isMarkedForCollection object


Operand types:

object: Object

Type of returned value:

Boolean

Compatibility:

Version 2.13 required.

Description:

Checks whether the object is marked for weapons collection.


Example:

marked = isMarkedForCollection truck