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