Table of Contents

Class EventBombPlanted

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("bomb_planted")]
public class EventBombPlanted : GameEvent
Inheritance
EventBombPlanted
Inherited Members

Constructors

EventBombPlanted(bool)

public EventBombPlanted(bool force)

Parameters

force bool

EventBombPlanted(nint)

public EventBombPlanted(nint pointer)

Parameters

pointer nint

Properties

Site

public int Site { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController