intersect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed cat "Variables", this command has nothing to do with vars)
No edit summary
Line 30: Line 30:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
The most common [[LOD]] is "''FIRE''", which identifies the (ost detaille hitbox used for ammunition.


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 10:37, 25 July 2007

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

Description

Description:
Find named selections in object which is in specified lod intersected by given section of a line. Return value is in the form of [selection, number]. Multiple returned arrays are nested within a single array, and no intersection will return an empty array.
Groups:
Uncategorised

Syntax

Syntax:
[object, lod name] intersect [begin, end]
Parameters:
[object, lod name]: Array
[begin, end]: Array
Return Value:
Array

Examples

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

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

The most common LOD is "FIRE", which identifies the (ost detaille hitbox used for ammunition.

Bottom Section