MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetPlayerGameID

Method GetPlayerGameID

src/server/world/src/AFCWorldNetModule.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230int AFCWorldNetModule::GetPlayerGameID(const AFGUID& self)
231{
232 // do something
233 return -1;
234}
235
236} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected