SwiftlyS2

MLWeaponState

Interface MLWeaponState

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface MLWeaponState : ITypedProtobuf<MLWeaponState>, INativeHandle

Implements

Properties

AmmoClip

int AmmoClip { get; set; }
Property Value

AmmoClipMax

int AmmoClipMax { get; set; }
Property Value

AmmoReserve

int AmmoReserve { get; set; }
Property Value

Index

int Index { get; set; }
Property Value

Name

string Name { get; set; }
Property Value

RecoilIndex

float RecoilIndex { get; set; }
Property Value

State

string State { get; set; }
Property Value

Type

EWeaponType Type { get; set; }
Property Value

On this page