intersect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Reset ArmA version)
Line 4: Line 4:
| arma |= Game name
| arma |= Game name


|2.53|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 12: Line 12:
| [object, lod name] '''intersect''' [begin, end] |= Syntax
| [object, lod name] '''intersect''' [begin, end] |= Syntax


|p1= [object, lod name] [[Array]] |= Parameter 1
|p1= [object, lod name]: [[Array]] |= Parameter 1


|p2= [begin, end] [[Array]] |= Parameter 2
|p2= [begin, end]: [[Array]] |= Parameter 2


| [[Array]] |= Return value
| [[Array]] |= Return value

Revision as of 09:37, 6 October 2006

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

Description

Description:
Find named selection in object which is in specified lod intersected by given section of a line.
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