DIFF

class BleedingSourcesManagerServerSource

BleedingSourcesManagerServer BleedingSourcesManagerBase

All members, including inherited

Constructors 1

Constants 2

const float TICK_INTERVAL_SEC = 3
Referenced by OnTick()
const int STORAGE_VERSION = 103
Referenced by GetStorageVersion()

Members 4

float m_Tick
Referenced by OnTick()
bool m_DisableBloodLoss = false
Referenced by OnTick(), and SetBloodLoss()
ref array<int> m_DeleteList = new array<int>
Referenced by OnTick(), and RequestDeletion()
protected bool m_ProcessSourcesRemoval = false

to avoid constant array counting

Referenced by OnTick(), and RequestDeletion()

Methods 16

int GetStorageVersion()
References STORAGE_VERSION
void RequestDeletion(int bit)
void RemoveMostSignificantBleedingSource()
void SetBloodLoss(bool status)