SwiftlyS2

EventWeaponZoomRifle

Interface EventWeaponZoomRifle

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "weapon_zoom_rifle"

public interface EventWeaponZoomRifle : IGameEvent<EventWeaponZoomRifle>

Implements

Properties

UserId


type: player_controller_and_pawn

int UserId { get; set; }
Property Value

UserIdController


type: player_controller_and_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_controller_and_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page