MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / HasMapLocation

Method HasMapLocation

ogsr_engine/xrGame/map_manager.cpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211u16 CMapManager::HasMapLocation(const shared_str& spot_type, u16 id)
212{
213 CMapLocation* l = GetMapLocation(spot_type, id);
214
215 return (l) ? l->RefCount() : 0;
216}
217
218CMapLocation* CMapManager::GetMapLocation(const shared_str& spot_type, u16 id)
219{

Callers 5

map_has_object_spotFunction · 0.80
UpdateCLMethod · 0.80
AddRemoveMapSpotMethod · 0.80
net_SpawnMethod · 0.80
updateMethod · 0.80

Calls 1

RefCountMethod · 0.80

Tested by

no test coverage detected