![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Enumerations | |
| enum | EGeyserState { DORMANT = 0 , ERUPTION_SOON = 1 , ERUPTING_PRIMARY = 2 , ERUPTING_SECONDARY = 4 } |
Functions | |
| override void | DeferredInit () |
| override void | EEDelete (EntityAI parent) |
| override void | InitZoneServer () |
| void | TickState () |
Variables | |
| enum EGeyserState | UPDATE_RATE = 1000 |
| const float | PRE_ERUPTION_DURATION = 10 |
| const float | ERUPTION_TALL_DURATION = 3 |
| const float | ERUPTION_TALL_DELAY = 3 |
| bool | m_SecondaryActive |
| int | m_TimeElapsed |
| int | m_TimeSecondaryElapsed |
| float | m_RandomizedInterval |
| float | m_RandomizedDuration |
| GeyserTrigger | m_GeyserTrigger |
| enum EGeyserState |
| Enumerator | |
|---|---|
| DORMANT | |
| ERUPTION_SOON | |
| ERUPTING_PRIMARY | |
| ERUPTING_SECONDARY | |
Definition at line 1 of file geyserarea.c.
|
protected |
Definition at line 24 of file geyserarea.c.
|
protected |
Definition at line 31 of file geyserarea.c.
|
protected |
Definition at line 39 of file geyserarea.c.
|
protected |
Definition at line 54 of file geyserarea.c.
|
protected |
Definition at line 14 of file geyserarea.c.
|
protected |
Definition at line 13 of file geyserarea.c.
|
protected |
Definition at line 22 of file geyserarea.c.
|
protected |
Definition at line 21 of file geyserarea.c.
|
protected |
Definition at line 20 of file geyserarea.c.
|
protected |
Definition at line 16 of file geyserarea.c.
|
protected |
Definition at line 18 of file geyserarea.c.
|
protected |
Definition at line 19 of file geyserarea.c.
|
protected |
Definition at line 12 of file geyserarea.c.
| enum EGeyserState UPDATE_RATE = 1000 |