Class EventBombPlanted
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("bomb_planted")]
public class EventBombPlanted : GameEvent
- Inheritance
-
objectEventBombPlanted
- 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
Userid
public CCSPlayerController? Userid { get; set; }