lineIntersectsObjs
Jump to navigation
Jump to search
Description
- Description:
- Returns list of objects intersected by given line from begPos to endPos.
- Groups:
- Uncategorised
Syntax
- Syntax:
- lineIntersectsObjs [begPos, endPos, withObj, ignoreObj, sortByDist, flags]
- Parameters:
- begPos: PositionASL - virtual line start
- endPos: PositionASL - virtual line end
- withObj: Object
- ignoreObj: Object
- sortByDist: Boolean
- flags: Number:
1 - CF_ONLY_WATER
2 - CF_NEAREST_CONTACT
4 - CF_ONLY_STATIC
8 - CF_ONLY_DYNAMIC
16 - CF_FIRST_CONTACT
32 - CF_ALL_OBJECTS (Usable only with CF_FIRST_CONTACT and it will check one contact per object)
Flags can be combined: 2 + 4 = 6 - CF_NEAREST_OBJECT + CF_ONLY_STATIC - Return Value:
- Array - intersecting objects
Examples
- Examples:
- Example needed
Additional Information
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