Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс ITEM_HitIndicationData
+ Граф наследования:ITEM_HitIndicationData:

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

override void InitServer ()
 
override bool ValidateServer ()
 

Закрытые данные

bool hitDirectionOverrideEnabled = false
 
int hitDirectionBehaviour = HitDirectionModes.STATIC
 
int hitDirectionStyle = HitIndicatorType.SPLASH
 
string hitDirectionIndicatorColorStr
 
float hitDirectionMaxDuration = HitDirectionConstants.DURATION_BASE
 
float hitDirectionBreakPointRelative = HitDirectionConstants.BREAKPOINT_BASE
 
float hitDirectionScatter = HitDirectionConstants.SCATTER
 
bool hitIndicationPostProcessEnabled = false
 

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

Методы

◆ InitServer()

override void InitServer ( )
inlineprivate
291 {
294 }
bool hitIndicationPostProcessEnabled
Definition CfgGameplayDataJson.c:311
bool hitDirectionOverrideEnabled
Definition CfgGameplayDataJson.c:304

Перекрестные ссылки hitDirectionOverrideEnabled и hitIndicationPostProcessEnabled.

◆ ValidateServer()

override bool ValidateServer ( )
inlineprivate
297 {
298 return true;
299 }

Поля

◆ hitDirectionBehaviour

int hitDirectionBehaviour = HitDirectionModes.STATIC
private

◆ hitDirectionBreakPointRelative

float hitDirectionBreakPointRelative = HitDirectionConstants.BREAKPOINT_BASE
private

◆ hitDirectionIndicatorColorStr

string hitDirectionIndicatorColorStr
private

◆ hitDirectionMaxDuration

float hitDirectionMaxDuration = HitDirectionConstants.DURATION_BASE
private

◆ hitDirectionOverrideEnabled

bool hitDirectionOverrideEnabled = false
private

!! all member variables must correspond with the cfggameplay.json file contents !!!! !! all member variables must be defined in the .json file, otherwise they are treated as '0' value (unless that's what you want..)

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

◆ hitDirectionScatter

float hitDirectionScatter = HitDirectionConstants.SCATTER
private

◆ hitDirectionStyle

int hitDirectionStyle = HitIndicatorType.SPLASH
private

◆ hitIndicationPostProcessEnabled

bool hitIndicationPostProcessEnabled = false
private

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


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