Skip to content

Commit

Permalink
Merge pull request #386 from CBATeam/fix_wrong_min_max_values_in_func…
Browse files Browse the repository at this point in the history
…tions_header

fix wrong min/max values in functions header
  • Loading branch information
Killswitch00 committed Jun 18, 2016
2 parents 840fb11 + ae52858 commit 01ca3e2
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 01ca3e2

Please sign in to comment.