SetPlayerWeaponZoomFactor: Difference between revisions
m
Fixed a minor typo.
DrinkyBird (talk | contribs) m (remove space for consistency) Tag: Source edit |
m (Fixed a minor typo.) Tag: Source edit |
||
Line 8: | Line 8: | ||
=== Parameters === | === Parameters === | ||
* ''player'': Player to change the zoom factor of. | * ''player'': Player to change the zoom factor of. | ||
* ''zoom'': The amount to zoom in or out. The player's FOV is divided by this value. | * ''zoom'': The amount to zoom in or out. The player's FOV is divided by this value. | ||
* ''flags'': Flags to modify the behavior of the zoom. Uses the same values as A_ZoomFactor. | * ''flags'': Flags to modify the behavior of the zoom. Uses the same values as A_ZoomFactor. | ||