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