intersect: 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|INTERSECT]]
[[Category:Scripting Commands ArmA|INTERSECT]]


<new command not populated>




<h2 style="color:#000066">''''' intersect '''''</h2>
<h2 style="color:#000066">''[object, lod name]'' ''''' intersect ''''' ''[begin, end]''</h2>




'''Operand types:'''
'''Operand types:'''
'''[object, lod name]''': [[Array]]
'''[begin, end]''': [[Array]]


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


'''Compatibility:'''
'''Compatibility:'''
Version 2.53 required.


'''Description:'''
'''Description:'''


Find named selection in object which is in specified lod intersected by given section of a lin


'''Example:'''
'''Example:'''
[tank, "VIEW" '''intersect''' [[1500, 1500, 2], [1550, 1500, 2]]

Revision as of 06:04, 1 July 2006



[object, lod name] intersect [begin, end]


Operand types:

[object, lod name]: Array

[begin, end]: Array

Type of returned value:

Array

Compatibility:

Version 2.53 required.

Description:

Find named selection in object which is in specified lod intersected by given section of a lin

Example:

[tank, "VIEW" intersect [[1500, 1500, 2], [1550, 1500, 2]]