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

Method GetStr

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

Source from the content-addressed store, hash-verified

226}
227
228func (m *MainPack) GetStr() string {
229 if m != nil {
230 return m.Str
231 }
232 return ""
233}
234
235func (m *MainPack) GetRoompack() []*RoomPack {
236 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected