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

◆ AttemptAddBleedingSource()

bool BleedingSourcesManagerBase::AttemptAddBleedingSource ( int component)
inlineprotected

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

195 {
197
198 if ( bit == 0 )
199 {
200 return false;
201 }
202
203 if ( CanAddBleedingSource(bit) )
204 {
206 return true;
207 }
208 return false;
209 }
class BoxCollidingParams component
ComponentInfo for BoxCollidingResult.
void AddBleedingSource(int bit)
Определения BleedingSourcesManagerBase.c:260
int GetBitFromSelectionID(int id)
Определения BleedingSourcesManagerBase.c:107
bool CanAddBleedingSource(int bit)
Определения BleedingSourcesManagerBase.c:241

Перекрестные ссылки AddBleedingSource(), CanAddBleedingSource(), component и GetBitFromSelectionID().

Используется в ProcessHit().