Documentation ¶
Index ¶
- type BaseScoreInfoT
- func (*BaseScoreInfoT) Descriptor() ([]byte, []int)
- func (m *BaseScoreInfoT) GetAssistCount() int32
- func (m *BaseScoreInfoT) GetDeathCount() int32
- func (m *BaseScoreInfoT) GetExceptionCount() int32
- func (m *BaseScoreInfoT) GetKillCount() int32
- func (m *BaseScoreInfoT) GetLoseCount() int32
- func (m *BaseScoreInfoT) GetRating() int64
- func (m *BaseScoreInfoT) GetWinCount() int32
- func (*BaseScoreInfoT) ProtoMessage()
- func (m *BaseScoreInfoT) Reset()
- func (m *BaseScoreInfoT) String() string
- func (m *BaseScoreInfoT) XXX_DiscardUnknown()
- func (m *BaseScoreInfoT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BaseScoreInfoT) XXX_Merge(src proto.Message)
- func (m *BaseScoreInfoT) XXX_Size() int
- func (m *BaseScoreInfoT) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseScoreInfoT ¶
type BaseScoreInfoT struct { WinCount int32 `protobuf:"varint,1,opt,name=win_count,json=winCount,proto3" json:"win_count,omitempty"` LoseCount int32 `protobuf:"varint,2,opt,name=lose_count,json=loseCount,proto3" json:"lose_count,omitempty"` ExceptionCount int32 `protobuf:"varint,3,opt,name=exception_count,json=exceptionCount,proto3" json:"exception_count,omitempty"` KillCount int32 `protobuf:"varint,4,opt,name=kill_count,json=killCount,proto3" json:"kill_count,omitempty"` DeathCount int32 `protobuf:"varint,5,opt,name=death_count,json=deathCount,proto3" json:"death_count,omitempty"` AssistCount int32 `protobuf:"varint,6,opt,name=assist_count,json=assistCount,proto3" json:"assist_count,omitempty"` Rating int64 `protobuf:"varint,7,opt,name=rating,proto3" json:"rating,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
* @brief base_score_info
func (*BaseScoreInfoT) Descriptor ¶
func (*BaseScoreInfoT) Descriptor() ([]byte, []int)
func (*BaseScoreInfoT) GetAssistCount ¶
func (m *BaseScoreInfoT) GetAssistCount() int32
func (*BaseScoreInfoT) GetDeathCount ¶
func (m *BaseScoreInfoT) GetDeathCount() int32
func (*BaseScoreInfoT) GetExceptionCount ¶
func (m *BaseScoreInfoT) GetExceptionCount() int32
func (*BaseScoreInfoT) GetKillCount ¶
func (m *BaseScoreInfoT) GetKillCount() int32
func (*BaseScoreInfoT) GetLoseCount ¶
func (m *BaseScoreInfoT) GetLoseCount() int32
func (*BaseScoreInfoT) GetRating ¶
func (m *BaseScoreInfoT) GetRating() int64
func (*BaseScoreInfoT) GetWinCount ¶
func (m *BaseScoreInfoT) GetWinCount() int32
func (*BaseScoreInfoT) ProtoMessage ¶
func (*BaseScoreInfoT) ProtoMessage()
func (*BaseScoreInfoT) Reset ¶
func (m *BaseScoreInfoT) Reset()
func (*BaseScoreInfoT) String ¶
func (m *BaseScoreInfoT) String() string
func (*BaseScoreInfoT) XXX_DiscardUnknown ¶
func (m *BaseScoreInfoT) XXX_DiscardUnknown()
func (*BaseScoreInfoT) XXX_Marshal ¶
func (m *BaseScoreInfoT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BaseScoreInfoT) XXX_Merge ¶
func (m *BaseScoreInfoT) XXX_Merge(src proto.Message)
func (*BaseScoreInfoT) XXX_Size ¶
func (m *BaseScoreInfoT) XXX_Size() int
func (*BaseScoreInfoT) XXX_Unmarshal ¶
func (m *BaseScoreInfoT) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.