Table of Contents

Class EventHostageKilled

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("hostage_killed")]
public class EventHostageKilled : GameEvent
Inheritance
EventHostageKilled
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

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController