BIS fnc inAngleSector: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
Lou Montana (talk | contribs) m (Text replacement - "BIS fnc " to "BIS_fnc_") |
||
Line 7: | Line 7: | ||
|descr=Checks if a position lies within an angle sector.<br> | |descr=Checks if a position lies within an angle sector.<br> | ||
[[Image: | [[Image: BIS_fnc_inAngleSector.jpg|700px]] | ||
|s1= [center, centerAngle, sectorWidth, position] call [[BIS_fnc_inAngleSector]] | |s1= [center, centerAngle, sectorWidth, position] call [[BIS_fnc_inAngleSector]] |
Revision as of 11:15, 27 July 2022
Description
Syntax
- Syntax:
- [center, centerAngle, sectorWidth, position] call BIS_fnc_inAngleSector
- Parameters:
- center : Array - Center position
- centerAngle : Number - Defines the center angle of the sector
- sectorWidth: Number - Defines the width of the sector in degrees
- position: Array - The position which should be checked
- Return Value:
- Boolean: Returns true if the position lies within sector
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_isInFrontOf
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