Table of Contents

Class EventHostageFollows

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

Constructors

EventHostageFollows(bool)

public EventHostageFollows(bool force)

Parameters

force bool

EventHostageFollows(nint)

public EventHostageFollows(nint pointer)

Parameters

pointer nint

Properties

Hostage

public int Hostage { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController