Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
LiquidTypes

Variables

const int LIQUID_NONE = 0
 
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 LIQUID_SNOW = 131072
 
const int LIQUID_SALTWATER = 262144
 
const int LIQUID_FRESHWATER = 524288
 
const int LIQUID_STILLWATER = 1048576
 
const int LIQUID_HOTWATER = 2097152
 
const int LIQUID_CLEANWATER = 4194304
 
const int LIQUID_GROUP_DRINKWATER = LIQUID_WATER | LIQUID_RIVERWATER | LIQUID_SNOW | LIQUID_FRESHWATER | LIQUID_STILLWATER | LIQUID_HOTWATER | LIQUID_CLEANWATER
 
const int LIQUID_GROUP_WATER = LIQUID_GROUP_DRINKWATER | LIQUID_SALTWATER
 
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 561 of file constants.c.

◆ GROUP_LIQUID_BLOOD

const int GROUP_LIQUID_BLOOD = 255

Definition at line 560 of file constants.c.

◆ LIQUID_BEER

const int LIQUID_BEER = 4096

Definition at line 544 of file constants.c.

◆ LIQUID_BLOOD_0_N

const int LIQUID_BLOOD_0_N = 2

Definition at line 532 of file constants.c.

◆ LIQUID_BLOOD_0_P

const int LIQUID_BLOOD_0_P = 1

Definition at line 531 of file constants.c.

◆ LIQUID_BLOOD_A_N

const int LIQUID_BLOOD_A_N = 8

Definition at line 534 of file constants.c.

◆ LIQUID_BLOOD_A_P

const int LIQUID_BLOOD_A_P = 4

Definition at line 533 of file constants.c.

◆ LIQUID_BLOOD_AB_N

const int LIQUID_BLOOD_AB_N = 128

Definition at line 538 of file constants.c.

◆ LIQUID_BLOOD_AB_P

const int LIQUID_BLOOD_AB_P = 64

Definition at line 537 of file constants.c.

◆ LIQUID_BLOOD_B_N

const int LIQUID_BLOOD_B_N = 32

Definition at line 536 of file constants.c.

◆ LIQUID_BLOOD_B_P

const int LIQUID_BLOOD_B_P = 16

Definition at line 535 of file constants.c.

◆ LIQUID_CLEANWATER

const int LIQUID_CLEANWATER = 4194304

Definition at line 554 of file constants.c.

◆ LIQUID_DIESEL

const int LIQUID_DIESEL = 16384

Definition at line 546 of file constants.c.

◆ LIQUID_DISINFECTANT

const int LIQUID_DISINFECTANT = 32768

Definition at line 547 of file constants.c.

◆ LIQUID_FRESHWATER

const int LIQUID_FRESHWATER = 524288

Definition at line 551 of file constants.c.

◆ LIQUID_GASOLINE

const int LIQUID_GASOLINE = 8192

Definition at line 545 of file constants.c.

◆ LIQUID_GROUP_DRINKWATER

Definition at line 556 of file constants.c.

◆ LIQUID_GROUP_WATER

const int LIQUID_GROUP_WATER = LIQUID_GROUP_DRINKWATER | LIQUID_SALTWATER

Definition at line 557 of file constants.c.

◆ LIQUID_HOTWATER

const int LIQUID_HOTWATER = 2097152

Definition at line 553 of file constants.c.

◆ LIQUID_NONE

const int LIQUID_NONE = 0

Definition at line 529 of file constants.c.

◆ LIQUID_RIVERWATER

const int LIQUID_RIVERWATER = 1024

Definition at line 542 of file constants.c.

◆ LIQUID_SALINE

const int LIQUID_SALINE = 256

Definition at line 539 of file constants.c.

◆ LIQUID_SALTWATER

const int LIQUID_SALTWATER = 262144

Definition at line 550 of file constants.c.

◆ LIQUID_SNOW

const int LIQUID_SNOW = 131072

Definition at line 549 of file constants.c.

◆ LIQUID_SOLUTION

const int LIQUID_SOLUTION = 65536

Definition at line 548 of file constants.c.

◆ LIQUID_STILLWATER

const int LIQUID_STILLWATER = 1048576

Definition at line 552 of file constants.c.

◆ LIQUID_VODKA

const int LIQUID_VODKA = 2048

Definition at line 543 of file constants.c.

◆ LIQUID_WATER

const int LIQUID_WATER = 512

Definition at line 541 of file constants.c.