Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
Internally defined enums

\desc Various enums defined in C++ More...

Enumerations

enum  ChatChannelType {
  System, Admin, Direct, Megaphone,
  Transmitter, PublicAddressSystem, BattlEye
}
 
enum  HitDirectionModes {
  DISABLED, STATIC, DYNAMIC, DISABLED,
  STATIC, DYNAMIC
}
 
enum  HitDirectionModes {
  DISABLED, STATIC, DYNAMIC, DISABLED,
  STATIC, DYNAMIC
}
 

Variables

enum ChatChannelType Whisper
 VoiceLevelWhisper. More...
 
enum ChatChannelType Talk
 VoiceLevelTalk. More...
 
enum ChatChannelType Mumbling
 < VoiceLevelShout More...
 
enum ChatChannelType Extortion
 VoiceEffectExtortion. More...
 
enum ChatChannelType Fire
 < VoiceEffectObstruction More...
 
enum ChatChannelType View
 ObjIntersectView: View Geometry. More...
 
enum ChatChannelType Geom
 ObjIntersectGeom: Geometry. More...
 
enum ChatChannelType IFire
 ObjIntersectIFire: (Indirect) Fire Geometry. More...
 
enum ChatChannelType UNDER
 < ObjIntersectNone: No Geometry More...
 
enum ChatChannelType ABOVE
 Find nearest surface above given point. More...
 
enum ChatChannelType CLOSEST
 Find nearest surface to given point. More...
 
enum ChatChannelType LEGACY
 Legacy version, UNDER but without proxy support. More...
 
enum ChatChannelType ROOT = -2
 UserID of a parent widget usually matches this value, unless overriden in the 'InitWidgetSet' method. More...
 
enum ChatChannelType NONE = 0
 
enum ChatChannelType MASK_OCCLUDER = 1
 
enum ChatChannelType MASK_BREATH = 2
 
enum ChatChannelType HELMET_OCCLUDER = 10
 
enum ChatChannelType HELMET_BREATH = 11
 
enum ChatChannelType MOTO_OCCLUDER = 20
 
enum ChatChannelType MOTO_BREATH = 21
 
enum ChatChannelType COVER_FLASHBANG = 50
 
enum ChatChannelType NVG_OCCLUDER = 51
 
enum ChatChannelType PUMPKIN_OCCLUDER = 52
 
enum ChatChannelType EYEPATCH_OCCLUDER = 53
 
enum ChatChannelType HELMET2_OCCLUDER = 54
 
enum ChatChannelType BLEEDING_LAYER = 60
 
enum ChatChannelType FLASHBANG = 60
 
enum ChatChannelType BURLAPSACK = 60
 
enum ChatChannelType UNCON = 60
 
enum ChatChannelType ROTATION_DEFAULT = 0
 
const float DURATION_BASE = 2.0
 
const float BREAKPOINT_BASE = 0.2
 
const float DISTANCE_ADJUST = 0.0
 
const float SCATTER = 10.0
 
const int COLOR_DEFAULT = 0xffbb0a1e
 
enum HitDirectionModes SPLASH
 
enum HitDirectionModes SPIKE
 
enum HitDirectionModes INVENTORY
 

Detailed Description

\desc Various enums defined in C++

Enumeration Type Documentation

◆ ChatChannelType

Enumerator
System 

CCSystem.

Admin 

CCAdmin.

Direct 

CCDirect.

Megaphone 

CCMegaphone.

Transmitter 

CCTransmitter.

PublicAddressSystem 

CCPublicAddressSystem.

BattlEye 

CCBattlEye.

Definition at line 6 of file constants.c.

◆ HitDirectionModes [1/2]

Enumerator
DISABLED 
STATIC 
DYNAMIC 
DISABLED 
STATIC 
DYNAMIC 

Definition at line 97 of file constants.c.

◆ HitDirectionModes [2/2]

Enumerator
DISABLED 
STATIC 
DYNAMIC 
DISABLED 
STATIC 
DYNAMIC 

Definition at line 97 of file constants.c.

Variable Documentation

◆ ABOVE

enum ChatChannelType ABOVE

Find nearest surface above given point.

◆ BLEEDING_LAYER

enum ChatChannelType BLEEDING_LAYER = 60

◆ BREAKPOINT_BASE

const float BREAKPOINT_BASE = 0.2

Definition at line 91 of file constants.c.

◆ BURLAPSACK

enum ChatChannelType BURLAPSACK = 60

◆ CLOSEST

enum ChatChannelType CLOSEST

Find nearest surface to given point.

◆ COLOR_DEFAULT

const int COLOR_DEFAULT = 0xffbb0a1e

Definition at line 94 of file constants.c.

◆ COVER_FLASHBANG

enum ChatChannelType COVER_FLASHBANG = 50

◆ DISTANCE_ADJUST

const float DISTANCE_ADJUST = 0.0

Definition at line 92 of file constants.c.

◆ DURATION_BASE

const float DURATION_BASE = 2.0

Definition at line 90 of file constants.c.

◆ Extortion

enum ChatChannelType Extortion

VoiceEffectExtortion.

◆ EYEPATCH_OCCLUDER

enum ChatChannelType EYEPATCH_OCCLUDER = 53

◆ Fire

enum ChatChannelType Fire

< VoiceEffectObstruction

ObjIntersectFire: Fire Geometry

◆ FLASHBANG

enum ChatChannelType FLASHBANG = 60

◆ Geom

enum ChatChannelType Geom

ObjIntersectGeom: Geometry.

◆ HELMET2_OCCLUDER

enum ChatChannelType HELMET2_OCCLUDER = 54

◆ HELMET_BREATH

enum ChatChannelType HELMET_BREATH = 11

◆ HELMET_OCCLUDER

enum ChatChannelType HELMET_OCCLUDER = 10

◆ IFire

enum ChatChannelType IFire

ObjIntersectIFire: (Indirect) Fire Geometry.

◆ INVENTORY

enum HitDirectionModes INVENTORY

◆ LEGACY

enum ChatChannelType LEGACY

Legacy version, UNDER but without proxy support.

◆ MASK_BREATH

enum ChatChannelType MASK_BREATH = 2

◆ MASK_OCCLUDER

enum ChatChannelType MASK_OCCLUDER = 1

◆ MOTO_BREATH

enum ChatChannelType MOTO_BREATH = 21

◆ MOTO_OCCLUDER

enum ChatChannelType MOTO_OCCLUDER = 20

◆ Mumbling

enum ChatChannelType Mumbling

< VoiceLevelShout

VoiceEffectMumbling

◆ NONE

enum ChatChannelType NONE = 0

◆ NVG_OCCLUDER

enum ChatChannelType NVG_OCCLUDER = 51

◆ PUMPKIN_OCCLUDER

enum ChatChannelType PUMPKIN_OCCLUDER = 52

◆ ROOT

enum ChatChannelType ROOT = -2

UserID of a parent widget usually matches this value, unless overriden in the 'InitWidgetSet' method.

◆ ROTATION_DEFAULT

enum ChatChannelType ROTATION_DEFAULT = 0

◆ SCATTER

const float SCATTER = 10.0

Definition at line 93 of file constants.c.

◆ SPIKE

enum HitDirectionModes SPIKE

◆ SPLASH

enum HitDirectionModes SPLASH

◆ Talk

enum ChatChannelType Talk

VoiceLevelTalk.

◆ UNCON

enum ChatChannelType UNCON = 60

◆ UNDER

enum ChatChannelType UNDER

< ObjIntersectNone: No Geometry

Find nearest surface under given point

◆ View

enum ChatChannelType View

ObjIntersectView: View Geometry.

◆ Whisper

enum ChatChannelType Whisper

VoiceLevelWhisper.