We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03783f commit a3bc604Copy full SHA for a3bc604
common/equipment.go
@@ -268,7 +268,7 @@ type Equipment struct {
268
AmmoInMagazine int // Amount of bullets in the weapon's magazine
269
AmmoReserve int // Amount of reserve bullets
270
OriginalString string // E.g. 'models/weapons/w_rif_m4a1_s.mdl'. Used internally to differentiate alternative weapons (M4A4 / M4A1-S etc.).
271
- ZoomLevel int
+ ZoomLevel int // How far the player has zoomed in on the weapon. 0=no zoom, 1=first level, 2=maximum zoom
272
273
uniqueID int64
274
}
0 commit comments