Class EventAmmoRefill
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("ammo_refill")]
public class EventAmmoRefill : GameEvent
- Inheritance
-
objectEventAmmoRefill
- Inherited Members
Constructors
EventAmmoRefill(bool)
public EventAmmoRefill(bool force)
Parameters
force
bool
EventAmmoRefill(nint)
public EventAmmoRefill(nint pointer)
Parameters
pointer
nint
Properties
Success
public bool Success { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }