Update fn_fieldOfView

Made by @Victor-the-Cleaner
This commit is contained in:
A Man
2022-05-17 15:59:47 +02:00
parent 24492798a8
commit b276f1f8c5
2 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
// <center angle of sector> and <sector width>.
//
// Example:
// [position player, getDir player, 30, position enemy_tank] call BIS_fnc_inAngleSector
// [position player, getDir player, 30, position enemy_tank] call fnc_inAngleSector
// will return true if the vehicle named enemy_tank is within 30 degrees of where the player is pointing.
//
///////////////////////////////////////////////////////////////////////////////////////////////////