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

Переменные

const int AGT_NONE = 0
 
const int AGT_INV_IN = 1
 
const int AGT_INV_OUT = 2
 
const int AGT_UACTION_CONSUME = 3
 
const int AGT_TRANSFER_COPY = 4
 
const int AGT_UACTION_TOUCH = 5
 
const int AGT_WATER_POND = 6
 
const int AGT_AIRBOURNE_BIOLOGICAL = 7
 
const int AGT_UACTION_TO_PLAYER = 8
 
const int AGT_UACTION_TO_ITEM = 9
 
const int AGT_ITEM_TO_FLESH = 10
 
const int AGT_AIRBOURNE_CHEMICAL = 11
 
const int AGT_SNOW = 12
 
const int AGT_WATER_FRESH = 13
 
const int AGT_WATER_HOT_SPRING = 14
 
const int DEF_BIOLOGICAL = 1
 
const int DEF_CHEMICAL = 2
 

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

\desc Agent transmission system

Переменные

◆ AGT_AIRBOURNE_BIOLOGICAL

const int AGT_AIRBOURNE_BIOLOGICAL = 7

◆ AGT_AIRBOURNE_CHEMICAL

const int AGT_AIRBOURNE_CHEMICAL = 11

◆ AGT_INV_IN

const int AGT_INV_IN = 1

Используется в PluginBase::TransmitAgentsEx().

◆ AGT_INV_OUT

const int AGT_INV_OUT = 2

Используется в PluginBase::TransmitAgentsEx().

◆ AGT_ITEM_TO_FLESH

const int AGT_ITEM_TO_FLESH = 10

◆ AGT_NONE

const int AGT_NONE = 0

Используется в FillContainerEnviro().

◆ AGT_SNOW

const int AGT_SNOW = 12

Используется в FillContainerEnviro() и PluginBase::TransmitAgentsEx().

◆ AGT_TRANSFER_COPY

const int AGT_TRANSFER_COPY = 4

Используется в Transfer() и PluginBase::TransmitAgentsEx().

◆ AGT_UACTION_CONSUME

const int AGT_UACTION_CONSUME = 3

Используется в ManBase::Consume() и PluginBase::TransmitAgentsEx().

◆ AGT_UACTION_TO_ITEM

◆ AGT_UACTION_TO_PLAYER

◆ AGT_UACTION_TOUCH

const int AGT_UACTION_TOUCH = 5

Используется в PluginBase::TransmitAgentsEx().

◆ AGT_WATER_FRESH

const int AGT_WATER_FRESH = 13

◆ AGT_WATER_HOT_SPRING

const int AGT_WATER_HOT_SPRING = 14

Используется в FillContainerEnviro() и PluginBase::TransmitAgentsEx().

◆ AGT_WATER_POND

const int AGT_WATER_POND = 6

Используется в FillContainerEnviro() и PluginBase::TransmitAgentsEx().

◆ DEF_BIOLOGICAL

const int DEF_BIOLOGICAL = 1

◆ DEF_CHEMICAL