intersect: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
No edit summary |
||
Line 34: | Line 34: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on Jul 25, 2007 - 08:37 | |||
<dt class="note">'''[[User:ManDay|ManDay]]'''<dd class="note"> | |||
The most common [[LOD]] is "''FIRE''", which identifies the most detailled hitbox used for ammunition. | The most common [[LOD]] is "''FIRE''", which identifies the most detailled hitbox used for ammunition. | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 07:07, 27 March 2014
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. "LodName" is one of: "FIRE", "VIEW", "GEOM", "IFIRE"
- Groups:
- Uncategorised
Syntax
- Syntax:
- Array = [object, lodName] intersect [begin, end]
- Parameters:
- [object, lodName]: Array
- object: Object
- lodName: String
- [begin, end]: Array
- begin: Array - format Position3D
- end: Array - format Position3D
- 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
- Posted on Jul 25, 2007 - 08:37
- ManDay
- The most common LOD is "FIRE", which identifies the most detailled hitbox used for ammunition.