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

Method GetPosPack

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

Source from the content-addressed store, hash-verified

419}
420
421func (m *PlayerPack) GetPosPack() *PosPack {
422 if m != nil {
423 return m.PosPack
424 }
425 return nil
426}
427
428func (m *PlayerPack) GetPlayerJob() int32 {
429 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected