Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CBATeam/CBA_A3 into cba_s…
Browse files Browse the repository at this point in the history
…ettings
  • Loading branch information
commy2 committed Jun 20, 2016
2 parents 8d4de54 + 01ca3e2 commit a6b86db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/common/fnc_turretDir.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Parameters:
Returns:
Azimuth + Inclination <ARRAY>
0: _azimuth (0-360 degree) <NUMBER>
1: _inclination (180 to -180 degree, 0: forward) <NUMBER>
1: _inclination (90 to -90 degree, 0: forward) <NUMBER>
Examples:
(begin example)
Expand Down
2 changes: 1 addition & 1 deletion addons/common/fnc_viewDir.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parameters:
Returns:
Azimuth + Inclination <ARRAY>
0: _azimuth (0-360 degree, 0/360: North, 90: East, 180: South, 270: West) <NUMBER>
1: _inclination (180 to -180 degree, 0: horizontally forward) <NUMBER>
1: _inclination (90 to -90 degree, 0: horizontally forward) <NUMBER>
Examples:
(begin example)
Expand Down

0 comments on commit a6b86db

Please sign in to comment.