Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
LiquidTypes

\desc Constants for liquid types More...

Variables

const int LIQUID_BLOOD_0_P = 1
 
const int LIQUID_BLOOD_0_N = 2
 
const int LIQUID_BLOOD_A_P = 4
 
const int LIQUID_BLOOD_A_N = 8
 
const int LIQUID_BLOOD_B_P = 16
 
const int LIQUID_BLOOD_B_N = 32
 
const int LIQUID_BLOOD_AB_P = 64
 
const int LIQUID_BLOOD_AB_N = 128
 
const int LIQUID_SALINE = 256
 
const int LIQUID_WATER = 512
 
const int LIQUID_RIVERWATER = 1024
 
const int LIQUID_VODKA = 2048
 
const int LIQUID_BEER = 4096
 
const int LIQUID_GASOLINE = 8192
 
const int LIQUID_DIESEL = 16384
 
const int LIQUID_DISINFECTANT = 32768
 
const int LIQUID_SOLUTION = 65536
 
const int GROUP_LIQUID_BLOOD = 255
 
const int GROUP_LIQUID_ALL = -1
 

Detailed Description

\desc Constants for liquid types

Variable Documentation

◆ GROUP_LIQUID_ALL

const int GROUP_LIQUID_ALL = -1

Definition at line 516 of file constants.c.

◆ GROUP_LIQUID_BLOOD

const int GROUP_LIQUID_BLOOD = 255

Definition at line 515 of file constants.c.

◆ LIQUID_BEER

const int LIQUID_BEER = 4096

Definition at line 508 of file constants.c.

◆ LIQUID_BLOOD_0_N

const int LIQUID_BLOOD_0_N = 2

Definition at line 496 of file constants.c.

◆ LIQUID_BLOOD_0_P

const int LIQUID_BLOOD_0_P = 1

Definition at line 495 of file constants.c.

◆ LIQUID_BLOOD_A_N

const int LIQUID_BLOOD_A_N = 8

Definition at line 498 of file constants.c.

◆ LIQUID_BLOOD_A_P

const int LIQUID_BLOOD_A_P = 4

Definition at line 497 of file constants.c.

◆ LIQUID_BLOOD_AB_N

const int LIQUID_BLOOD_AB_N = 128

Definition at line 502 of file constants.c.

◆ LIQUID_BLOOD_AB_P

const int LIQUID_BLOOD_AB_P = 64

Definition at line 501 of file constants.c.

◆ LIQUID_BLOOD_B_N

const int LIQUID_BLOOD_B_N = 32

Definition at line 500 of file constants.c.

◆ LIQUID_BLOOD_B_P

const int LIQUID_BLOOD_B_P = 16

Definition at line 499 of file constants.c.

◆ LIQUID_DIESEL

const int LIQUID_DIESEL = 16384

Definition at line 510 of file constants.c.

◆ LIQUID_DISINFECTANT

const int LIQUID_DISINFECTANT = 32768

Definition at line 511 of file constants.c.

◆ LIQUID_GASOLINE

const int LIQUID_GASOLINE = 8192

Definition at line 509 of file constants.c.

◆ LIQUID_RIVERWATER

const int LIQUID_RIVERWATER = 1024

Definition at line 506 of file constants.c.

◆ LIQUID_SALINE

const int LIQUID_SALINE = 256

Definition at line 503 of file constants.c.

◆ LIQUID_SOLUTION

const int LIQUID_SOLUTION = 65536

Definition at line 512 of file constants.c.

◆ LIQUID_VODKA

const int LIQUID_VODKA = 2048

Definition at line 507 of file constants.c.

◆ LIQUID_WATER

const int LIQUID_WATER = 512

Definition at line 505 of file constants.c.