DayZ 1.24
Loading...
Searching...
No Matches
Internally defined enums

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.
 
enum ChatChannelType Talk
 VoiceLevelTalk.
 
enum ChatChannelType Mumbling
 < VoiceLevelShout
 
enum ChatChannelType Extortion
 VoiceEffectExtortion.
 
enum ChatChannelType Fire
 < VoiceEffectObstruction
 
enum ChatChannelType View
 ObjIntersectView: View Geometry.
 
enum ChatChannelType Geom
 ObjIntersectGeom: Geometry.
 
enum ChatChannelType IFire
 ObjIntersectIFire: (Indirect) Fire Geometry.
 
enum ChatChannelType UNDER
 < ObjIntersectNone: No Geometry
 
enum ChatChannelType ABOVE
 Find nearest surface above given point.
 
enum ChatChannelType CLOSEST
 Find nearest surface to given point.
 
enum ChatChannelType LEGACY
 Legacy version, UNDER but without proxy support.
 
enum ChatChannelType ROOT = -2
 UserID of a parent widget usually matches this value, unless overriden in the 'InitWidgetSet' method.
 
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.

7{
8 System,
9 Admin,
10 Direct,
11 Megaphone,
14 BattlEye,
15}
@ Direct
CCDirect.
Definition constants.c:10
@ PublicAddressSystem
CCPublicAddressSystem.
Definition constants.c:13
@ System
CCSystem.
Definition constants.c:8
@ BattlEye
CCBattlEye.
Definition constants.c:14
@ Megaphone
CCMegaphone.
Definition constants.c:11
@ Admin
CCAdmin.
Definition constants.c:9
@ Transmitter
CCTransmitter.
Definition constants.c:12

◆ HitDirectionModes [1/2]

Enumerator
DISABLED 
STATIC 
DYNAMIC 
DISABLED 
STATIC 
DYNAMIC 

Definition at line 97 of file constants.c.

98{
100 STATIC,
101 DYNAMIC
102}
@ DISABLED
Definition constants.c:99
@ DYNAMIC
Definition constants.c:101
@ STATIC
Definition constants.c:100

◆ HitDirectionModes [2/2]

Enumerator
DISABLED 
STATIC 
DYNAMIC 
DISABLED 
STATIC 
DYNAMIC 

Definition at line 97 of file constants.c.

98{
100 STATIC,
101 DYNAMIC
102}

Variable Documentation

◆ 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

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

< VoiceEffectObstruction

ObjIntersectFire: Fire Geometry

◆ FLASHBANG

enum ChatChannelType FLASHBANG = 60

◆ 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

ObjIntersectIFire: (Indirect) Fire Geometry.

◆ INVENTORY

◆ 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

< VoiceLevelShout

VoiceEffectMumbling

◆ NONE

◆ 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

◆ SPLASH

◆ Talk

VoiceLevelTalk.

◆ UNCON

enum ChatChannelType UNCON = 60

◆ UNDER

< ObjIntersectNone: No Geometry

Find nearest surface under given point

◆ View

ObjIntersectView: View Geometry.

◆ Whisper

VoiceLevelWhisper.