EventPlayerGivenC4
Interface EventPlayerGivenC4
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "player_given_c4"
public interface EventPlayerGivenC4 : IGameEvent<EventPlayerGivenC4>Implements
Properties
UserId
user ID who received the c4
type: player_controller
int UserId { get; set; }Property Value
UserIdController
user ID who received the c4
type: player_controller
CCSPlayerController UserIdController { get; }Property Value
UserIdPawn
user ID who received the c4
type: player_controller
CCSPlayerPawn UserIdPawn { get; }Property Value
UserIdPlayer
IPlayer UserIdPlayer { get; }Property Value