Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс MaskBase

Закрытые члены

override bool IsObstructingVoice ()
 
override int GetVoiceEffect ()
 
override bool IsObstructingVoice ()
 
override int GetVoiceEffect ()
 
override void EEHealthLevelChanged (int oldLevel, int newLevel, string zone)
 
override bool IsObstructingVoice ()
 
override int GetVoiceEffect ()
 

Подробное описание

Методы

◆ EEHealthLevelChanged()

override void EEHealthLevelChanged ( int oldLevel,
int newLevel,
string zone )
inlineprivate
14 {
15 if (GetGame().IsServer())
16 {
18 {
19 SetQuantity(0);
20 }
21 }
22 }
bool SetQuantity(float value, bool destroy_config=true, bool destroy_forced=false, bool allow_client=false, bool clamp_to_stack_max=true)
Set item quantity[related to varQuantity... config entry], destroy_config = true > if the quantity re...
Definition ItemBase.c:7885
Definition constants.c:615
Definition EntityAI.c:95
proto native CGame GetGame()
const int STATE_RUINED
Definition constants.c:760

Перекрестные ссылки GetGame(), SetQuantity() и GameConstants::STATE_RUINED.

◆ GetVoiceEffect() [1/3]

override int GetVoiceEffect ( )
inlineprivate
9 {
11 }

◆ GetVoiceEffect() [2/3]

override int GetVoiceEffect ( )
inlineprivate
9 {
11 }

◆ GetVoiceEffect() [3/3]

override int GetVoiceEffect ( )
inlineprivate
9 {
11 }

◆ IsObstructingVoice() [1/3]

override bool IsObstructingVoice ( )
inlineprivate
4 {
5 return true;
6 }

◆ IsObstructingVoice() [2/3]

override bool IsObstructingVoice ( )
inlineprivate
4 {
5 return true;
6 }

◆ IsObstructingVoice() [3/3]

override bool IsObstructingVoice ( )
inlineprivate
4 {
5 return true;
6 }

Объявления и описания членов классов находятся в файлах: