EventItemPurchase
Interface EventItemPurchase
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "item_purchase"
public interface EventItemPurchase : IGameEvent<EventItemPurchase>Implements
Properties
LoadOut
type: short
short LoadOut { get; set; }Property Value
Team
type: short
short Team { get; set; }Property Value
UserId
type: player_controller
int UserId { get; set; }Property Value
UserIdController
type: player_controller
CCSPlayerController UserIdController { get; }Property Value
UserIdPawn
type: player_controller
CCSPlayerPawn UserIdPawn { get; }Property Value
UserIdPlayer
IPlayer UserIdPlayer { get; }Property Value
Weapon
type: string
string Weapon { get; set; }Property Value