node-cs2
Version:
Modern CS2/CS:GO Game Coordinator integration with latest GameTracking-CS2 protobuf definitions. Includes support for highlight_reel, variations, and all modern CS2 fields.
31 lines (28 loc) • 616 B
JavaScript
var NodeCS2 = require('./index.js');
NodeCS2.GCConnectionStatus = {
HAVE_SESSION: 0,
GC_GOING_DOWN: 1,
NO_SESSION: 2,
NO_SESSION_IN_LOGON_QUEUE: 3,
NO_STEAM: 4
};
NodeCS2.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
};