MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ClearMap

Method ClearMap

engine/Poseidon/Game/OperMap.cpp:930–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928}
929
930void OperMap::ClearMap()
931{
932 _fields.Clear();
933 _doors.Clear();
934}
935
936OperField* OperMap::CreateField(int x, int z, int mask, EntityAI* veh)
937{

Callers 1

FindFreePositionMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected