Variables | |
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
const int AGT_AIRBOURNE_BIOLOGICAL = 7 |
Referenced by ManBase::SpreadAgentsEx(), and PluginBase::TransmitAgentsEx().
const int AGT_AIRBOURNE_CHEMICAL = 11 |
Referenced by AreaExposureMdfr::TransmitAgents(), and PluginBase::TransmitAgentsEx().
const int AGT_INV_IN = 1 |
Referenced by PluginBase::TransmitAgentsEx().
const int AGT_INV_OUT = 2 |
Referenced by PluginBase::TransmitAgentsEx().
const int AGT_ITEM_TO_FLESH = 10 |
Referenced by ActionBandageBase::ApplyBandage(), ApplyBandage(), and PluginBase::TransmitAgentsEx().
const int AGT_NONE = 0 |
Referenced by FillContainerEnviro().
const int AGT_SNOW = 12 |
Referenced by FillContainerEnviro(), and PluginBase::TransmitAgentsEx().
const int AGT_TRANSFER_COPY = 4 |
Referenced by Transfer(), and PluginBase::TransmitAgentsEx().
const int AGT_UACTION_CONSUME = 3 |
Referenced by ManBase::Consume(), and PluginBase::TransmitAgentsEx().
const int AGT_UACTION_TO_ITEM = 9 |
const int AGT_UACTION_TO_PLAYER = 8 |
const int AGT_UACTION_TOUCH = 5 |
Referenced by PluginBase::TransmitAgentsEx().
const int AGT_WATER_FRESH = 13 |
const int AGT_WATER_HOT_SPRING = 14 |
Referenced by FillContainerEnviro(), and PluginBase::TransmitAgentsEx().
const int AGT_WATER_POND = 6 |
Referenced by FillContainerEnviro(), and PluginBase::TransmitAgentsEx().
const int DEF_BIOLOGICAL = 1 |
Referenced by InventoryItem::GetProtectionLevel(), and PluginBase::TransmitAgentsEx().
const int DEF_CHEMICAL = 2 |