![]() |
Dayz Explorer 1.28.160049
|
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 |
Definition at line 503 of file constants.c.
| const int AGT_AIRBOURNE_CHEMICAL = 11 |
Definition at line 507 of file constants.c.
| const int AGT_INV_IN = 1 |
Definition at line 497 of file constants.c.
| const int AGT_INV_OUT = 2 |
Definition at line 498 of file constants.c.
| const int AGT_ITEM_TO_FLESH = 10 |
Definition at line 506 of file constants.c.
| const int AGT_NONE = 0 |
Definition at line 496 of file constants.c.
| const int AGT_SNOW = 12 |
Definition at line 508 of file constants.c.
| const int AGT_TRANSFER_COPY = 4 |
Definition at line 500 of file constants.c.
| const int AGT_UACTION_CONSUME = 3 |
Definition at line 499 of file constants.c.
| const int AGT_UACTION_TO_ITEM = 9 |
Definition at line 505 of file constants.c.
| const int AGT_UACTION_TO_PLAYER = 8 |
Definition at line 504 of file constants.c.
| const int AGT_UACTION_TOUCH = 5 |
Definition at line 501 of file constants.c.
| const int AGT_WATER_FRESH = 13 |
Definition at line 509 of file constants.c.
| const int AGT_WATER_HOT_SPRING = 14 |
Definition at line 510 of file constants.c.
| const int AGT_WATER_POND = 6 |
Definition at line 502 of file constants.c.
| const int DEF_BIOLOGICAL = 1 |
Definition at line 512 of file constants.c.
| const int DEF_CHEMICAL = 2 |
Definition at line 513 of file constants.c.