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

◆ GetProtectionLevel()

float PluginBase::GetProtectionLevel ( int type,
int slot,
Man player )
inlineprotected

Protection level of an attachment against enviromental hazard (mask/filters for example) (see GetProtectionLevelEx())

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

502 {
503 return GetProtectionLevelEx(type, slot, player);
504 }
static float GetProtectionLevelEx(int type, int slot, Man player, bool consider_filter=true, int system=0)
Protection level of an attachment against enviromental hazard (mask/filters for example)
Определения PluginTransmissionAgents.c:487

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

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