intersect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
m (removed cat "Variables", this command has nothing to do with vars)
Line 38: Line 38:
[[Category:Scripting Commands OFP Elite |INTERSECT]]
[[Category:Scripting Commands OFP Elite |INTERSECT]]
[[Category:Scripting Commands ArmA|INTERSECT]]
[[Category:Scripting Commands ArmA|INTERSECT]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]

Revision as of 16:49, 27 June 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

Bottom Section