We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200ee23 commit 70282f0Copy full SHA for 70282f0
pkg/demoinfocs/game_state_interface.go
@@ -55,6 +55,8 @@ type GameState interface {
55
GamePhase() common.GamePhase
56
// IsWarmupPeriod returns whether the game is currently in warmup period according to CCSGameRulesProxy.
57
IsWarmupPeriod() bool
58
+ // IsFreezetimePeriod returns whether the game is currently in freezetime period according to CCSGameRulesProxy.
59
+ IsFreezetimePeriod() bool
60
// IsMatchStarted returns whether the match has started according to CCSGameRulesProxy.
61
IsMatchStarted() bool
62
// OvertimeCount returns the number of overtime according to CCSGameRulesProxy.
0 commit comments