Table of Contents

Class EventHostageStopsFollowing

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

Constructors

EventHostageStopsFollowing(bool)

public EventHostageStopsFollowing(bool force)

Parameters

force bool

EventHostageStopsFollowing(nint)

public EventHostageStopsFollowing(nint pointer)

Parameters

pointer nint

Properties

Hostage

public int Hostage { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController