MCPcopy Create free account
hub / github.com/Alex-Rachel/TGameServer / GetReturncode

Method GetReturncode

Gameproto/SocketGameProtocol.pb.go:214–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214func (m *MainPack) GetReturncode() ReturnCode {
215 if m != nil {
216 return m.Returncode
217 }
218 return ReturnCode_ReturnNone
219}
220
221func (m *MainPack) GetLoginPack() *LoginPack {
222 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected