Table of Contents

Class EventAmmoRefill

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("ammo_refill")]
public class EventAmmoRefill : GameEvent
Inheritance
EventAmmoRefill
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

bool

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController