MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / ScoreEntry

Method ScoreEntry

include/sc2api/sc2_score.h:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 bool nonzero;
27
28 ScoreEntry() :
29 offset(0),
30 use(true),
31 nonzero(false) {
32 }
33};
34
35#define SET_ENTRY_BASE(STRUCTNAME, ENTRYNAME) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected