MCPcopy Create free account
hub / github.com/dotabuff/manta / GetTableId

Method GetTableId

dota/netmessages.pb.go:3156–3161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3154}
3155
3156func (x *CSVCMsg_UpdateStringTable) GetTableId() int32 {
3157 if x != nil && x.TableId != nil {
3158 return *x.TableId
3159 }
3160 return 0
3161}
3162
3163func (x *CSVCMsg_UpdateStringTable) GetNumChangedEntries() int32 {
3164 if x != nil && x.NumChangedEntries != nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected