Home
last modified time | relevance | path

Searched defs:GetGameEvents (Results 1 – 3 of 3) sorted by relevance

/dports/games/automuteus/automuteus-6.15.2/storage/
H A Dpostgres.go148 func (psqlInterface *PsqlInterface) GetGameEvents(matchID string) ([]*PostgresGameEvent, error) { func
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/automuteus/utils/pkg/storage/
H A Dpostgres.go148 func (psqlInterface *PsqlInterface) GetGameEvents(matchID string) ([]*PostgresGameEvent, error) { func
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/
H A Dglobal.h189 GameEvents& GetGameEvents() { in GetGameEvents() function