Skip to content

v2.6.0

Choose a tag to compare

@markus-wa markus-wa released this 14 Mar 12:24
· 637 commits to master since this release
4df3c83

Hostages!

image

New Features / Changes

  • Improved hostage map support (#269 - thanks @akiver)
    • Added GameState.Hostages()
    • Added hostage events
      • HostageRescued
      • HostageRescuedAll
      • HostageHurt
      • HostageKilled
      • HostageStateChanged
  • Added additional data to Kill event (#270 - thanks @akiver)
    • AssistedFlash
    • AttackerBlind
    • NoScope
    • ThroughSmoke
    • Distance
  • Added GameState.Rules().RoundTime() - returns the total round time in the current match
  • Added GameState.Rules().BombTime() - returns the total bomb time in the current match
  • Added GameState.Rules().FreezeTime() - returns the total freeze time in the current match
  • Added GameState.Rules().ConVars() - replaces GameState.ConVars()

Deprecations

  • Deprecated GameState.ConVars() in favour of GameState.Rules().ConVars()