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

Method GetActioncode

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

Source from the content-addressed store, hash-verified

205}
206
207func (m *MainPack) GetActioncode() ActionCode {
208 if m != nil {
209 return m.Actioncode
210 }
211 return ActionCode_ActionNone
212}
213
214func (m *MainPack) GetReturncode() ReturnCode {
215 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected