globaloffensive
Version:
Exposes a simple API for interacting with the Counter-Strike: Global Offensive/CS2 game coordinator
31 lines (28 loc) • 640 B
JavaScript
var GlobalOffensive = require('./index.js');
GlobalOffensive.GCConnectionStatus = {
HAVE_SESSION: 0,
GC_GOING_DOWN: 1,
NO_SESSION: 2,
NO_SESSION_IN_LOGON_QUEUE: 3,
NO_STEAM: 4
};
GlobalOffensive.ItemCustomizationNotification = {
NameItem: 1006,
UnlockCrate: 1007,
XRayItemReveal: 1008,
XRayItemClaim: 1009,
CasketTooFull: 1011,
CasketContents: 1012,
CasketAdded: 1013,
CasketRemoved: 1014,
CasketInvFull: 1015,
NameBaseItem: 1019,
RemoveItemName: 1030,
RemoveSticker: 1053,
ApplySticker: 1086,
StatTrakSwap: 1088,
ActivateFanToken: 9178,
ActivateOperationCoin: 9179,
GraffitiUnseal: 9185,
GenerateSouvenir: 9204
};