Class EventItemsGifted
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("items_gifted")]
public class EventItemsGifted : GameEvent
- Inheritance
-
EventItemsGifted
- Inherited Members
Constructors
EventItemsGifted(bool)
public EventItemsGifted(bool force)
Parameters
force
bool
EventItemsGifted(nint)
public EventItemsGifted(nint pointer)
Parameters
pointer
nint
Properties
Accountid
public long Accountid { get; set; }
Property Value
Giftidx
public long Giftidx { get; set; }
Property Value
Itemdef
public long Itemdef { get; set; }
Property Value
Numgifts
public int Numgifts { get; set; }
Property Value
Player
public CCSPlayerController Player { get; set; }