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

Function map_remove_object_spot

ogsr_engine/xrGame/level_script.cpp:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285void map_remove_object_spot(u16 id, LPCSTR spot_type) { Level().MapManager().RemoveMapLocation(spot_type, id); }
286
287u16 map_has_object_spot(u16 id, LPCSTR spot_type) { return Level().MapManager().HasMapLocation(spot_type, id); }
288

Callers

nothing calls this directly

Calls 1

RemoveMapLocationMethod · 0.80

Tested by

no test coverage detected