JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q54725F
  • License GPL-3.0

Fires events when CSGO game state changes

Package Exports

  • csgo-events

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (csgo-events) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

csgo-events

Node.js module that fires events when CS:GO game state changes.

Some code based on Shaunidiot's CSGOGSI implementation at https://github.com/shaunidiot/node-csgo-gsi

Events

roundLive

Fires when the round goes live.

roundFreezetime

Fires when freezetime starts.

roundOver

Fires on round end and returns the winning team

  • T
  • CT