Jump to content

SetPlayerWeaponZoomFactor: Difference between revisions

m
Changed incorrect "float" type to "fixed".
m (Fixed a minor typo.)
Tag: Source edit
m (Changed incorrect "float" type to "fixed".)
 
Line 1: Line 1:
{{ACSWarning}}
{{ACSWarning}}
{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}}
{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}}
int '''SetPlayerWeaponZoomFactor''' (int ''player'', float ''zoom''[, int ''flags''])
int '''SetPlayerWeaponZoomFactor''' (int ''player'', fixed ''zoom''[, int ''flags''])


== Usage ==  
== Usage ==