Class EventHostageKilled
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("hostage_killed")]
public class EventHostageKilled : GameEvent
- Inheritance
-
objectEventHostageKilled
- Inherited Members
Constructors
EventHostageKilled(bool)
public EventHostageKilled(bool force)
Parameters
force
bool
EventHostageKilled(nint)
public EventHostageKilled(nint pointer)
Parameters
pointer
nint
Properties
Hostage
public int Hostage { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }