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

Method AFMapInstance

src/plugin/kernel/interface/AFIMapModule.hpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34public:
35 explicit AFMapInstance(int inst_id)
36 : inst_id_(inst_id)
37 {
38 }
39
40 AFSmartPtrMap<AFGUID, bool> player_entities_;
41 AFSmartPtrMap<AFGUID, bool> other_entities_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected