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

Method RemoveField

engine/Poseidon/IO/LockCache.cpp:420–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void OperCache::RemoveField(OperField* fld)
421{
422 _index(fld->_x, fld->_z) = 0;
423 _operFields.Delete(fld);
424 _count--;
425}
426
427void OperCache::RemoveField(int x, int z)
428{

Callers 1

SetDestroyedMethod · 0.80

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected