DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CanAddBleedingSource()

bool BleedingSourcesManagerBase::CanAddBleedingSource ( int bit)
inlineprotected

См. определение в файле BleedingSourcesManagerBase.c строка 241

242 {
243 if (!GetBleedingSourceMeta(bit))
244 {
245 return false;
246 }
247 if ((m_Player.GetBleedingBits() & bit) == 0)
248 {
249 return true;
250 }
251 return false;
252 }
BleedingSourceZone GetBleedingSourceMeta(int bit)
Определения BleedingSourcesManagerBase.c:127

Перекрестные ссылки GetBleedingSourceMeta() и m_Player.

Используется в ActivateAllBS(), AttemptAddBleedingSource(), AttemptAddBleedingSourceBySelection(), AttemptAddBleedingSourceDirectly(), DebugActivateBleedingSource() и OnStoreLoad().