DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Materials

Переменные

const int MATERIAL_DEFAULT = 0
 
const int MATERIAL_METAL = 1
 
const int MATERIAL_IRON = 2
 
const int MATERIAL_GLASS = 3
 
const int MATERIAL_PLASTIC = 4
 
const int MATERIAL_LIQUID = 5
 
const int MATERIAL_SLIME = 6
 
const int MATERIAL_BETON = 7
 
const int MATERIAL_RUBBER = 8
 
const int MATERIAL_FLESH = 9
 
const int MATERIAL_GRASS = 10
 
const int MATERIAL_WOOD = 11
 
const int MATERIAL_SNOW = 12
 
const int MATERIAL_SAND = 13
 
const int MATERIAL_DIRT = 14
 
const int MATERIAL_GRAVEL = 15
 
const int MATERIAL_STONE = 16
 

Подробное описание

Переменные

◆ MATERIAL_BETON

const int MATERIAL_BETON = 7

◆ MATERIAL_DEFAULT

const int MATERIAL_DEFAULT = 0

◆ MATERIAL_DIRT

const int MATERIAL_DIRT = 14

◆ MATERIAL_FLESH

const int MATERIAL_FLESH = 9

◆ MATERIAL_GLASS

const int MATERIAL_GLASS = 3

◆ MATERIAL_GRASS

const int MATERIAL_GRASS = 10

◆ MATERIAL_GRAVEL

const int MATERIAL_GRAVEL = 15

◆ MATERIAL_IRON

const int MATERIAL_IRON = 2

◆ MATERIAL_LIQUID

const int MATERIAL_LIQUID = 5

◆ MATERIAL_METAL

const int MATERIAL_METAL = 1

◆ MATERIAL_PLASTIC

const int MATERIAL_PLASTIC = 4

◆ MATERIAL_RUBBER

const int MATERIAL_RUBBER = 8

◆ MATERIAL_SAND

const int MATERIAL_SAND = 13

◆ MATERIAL_SLIME

const int MATERIAL_SLIME = 6

◆ MATERIAL_SNOW

const int MATERIAL_SNOW = 12

◆ MATERIAL_STONE

const int MATERIAL_STONE = 16

◆ MATERIAL_WOOD

const int MATERIAL_WOOD = 11