MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / GetRoundCount

Function GetRoundCount

internal/util/util.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func GetRoundCount() uint64 {
123 return roundCount
124}
125
126func TrackTime(name string, timePassed float64) {
127 if _, ok := timeTrackers[name]; !ok {

Callers 15

processInputMethod · 0.92
daysRemainingMethod · 0.92
endElectionMethod · 0.92
electionAdminCommandMethod · 0.92
onNewRoundMethod · 0.92
fishingCommandMethod · 0.92
spawnGuideMethod · 0.92
spawnEscortMobMethod · 0.92
followUserCommandMethod · 0.92
followMobCommandMethod · 0.92
CopyoverRestoreMethod · 0.92
AddMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestRoundCountFunction · 0.68