SwiftlyS2

EventPlayerFootstep

Interface EventPlayerFootstep

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "player_footstep"

public interface EventPlayerFootstep : IGameEvent<EventPlayerFootstep>

Implements

Properties

UserId


type: player_pawn

int UserId { get; set; }
Property Value

UserIdController


type: player_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page