Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ RemoveInstance
Method
RemoveInstance
src/plugin/kernel/interface/AFIMapModule.hpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
bool RemoveInstance(int inst_id)
89
{
90
map_instances_.erase(inst_id);
91
return true;
92
}
93
94
bool AddEntityToInstance(const int inst_id, const AFGUID& entity_id, bool is_player)
95
{
Callers
1
ReleaseMapInstance
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected