DayZ 1.24
Loading...
Searching...
No Matches
Custom animation events ID for emotes
Collaboration diagram for Custom animation events ID for emotes:

Variables

const int EmoteConstants::EMOTE_SUICIDE_DEATH = 1
 
const int EmoteConstants::EMOTE_SUICIDE_BLEED = 2
 
const int EmoteConstants::EMOTE_SUICIDE_SIMULATION_END = 3
 
const int EMOTE_SUICIDE_DEATH = 1
 
const int EMOTE_SUICIDE_BLEED = 2
 
const int EMOTE_SUICIDE_SIMULATION_END = 3
 

Detailed Description

\desc used mainly in suicide emotes

Variable Documentation

◆ EMOTE_SUICIDE_BLEED [1/2]

const int EmoteConstants::EMOTE_SUICIDE_BLEED = 2
private

Definition at line 399 of file constants.c.

Referenced by CommitSuicide(), and EmoteCB::OnAnimationEvent().

◆ EMOTE_SUICIDE_BLEED [2/2]

const int EMOTE_SUICIDE_BLEED = 2

Definition at line 399 of file constants.c.

◆ EMOTE_SUICIDE_DEATH [1/2]

const int EmoteConstants::EMOTE_SUICIDE_DEATH = 1
private

Definition at line 398 of file constants.c.

Referenced by CommitSuicide(), and EmoteCB::OnAnimationEvent().

◆ EMOTE_SUICIDE_DEATH [2/2]

const int EMOTE_SUICIDE_DEATH = 1

Definition at line 398 of file constants.c.

◆ EMOTE_SUICIDE_SIMULATION_END [1/2]

const int EmoteConstants::EMOTE_SUICIDE_SIMULATION_END = 3
private

Definition at line 400 of file constants.c.

Referenced by CommitSuicide(), and EmoteCB::OnAnimationEvent().

◆ EMOTE_SUICIDE_SIMULATION_END [2/2]

const int EMOTE_SUICIDE_SIMULATION_END = 3

Definition at line 400 of file constants.c.