![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | FishingActionReceiveData |
| class | ActionFishingNewCB |
| class | ActionFishingNew |
Functions | |
| void | RollNextResultChance () |
| void | RandomizeSignalValues () |
| void | AnimateRod (float phase, bool instant=false) |
| void | InitBait (ItemBase item) |
| bool | IsBaitEmptyHook () |
Variables | |
| FishingActionReceiveData | m_IsSurfaceSea |
| int | m_FishingResult = -1 |
| bool | m_IsSignalActive = false |
| int | m_SplashUniqueID = -1 |
| ref CatchingContextFishingRodAction | m_ContextData |
| const float | FISHING_SUCCESS = 0.2 |
| const float | FISHING_BAIT_LOSS = 0.02 |
| const float | FISHING_HOOK_LOSS = 0.015 |
| const float | FISHING_DAMAGE = 1.5 |
| const float | FISHING_GARBAGE_CHANCE = 0.2 |
| bool | m_IsBaitAnEmptyHook |
| float | m_RodQualityModifier = 0 |
| ItemBase | m_Bait |
Definition at line 41 of file actionfishingnew.c.
|
protected |
Definition at line 58 of file actionfishingnew.c.
|
protected |
Definition at line 63 of file actionfishingnew.c.
|
protected |
Definition at line 33 of file actionfishingnew.c.
| void RollNextResultChance | ( | ) |
Definition at line 16 of file actionfishingnew.c.
|
protected |
Definition at line 51 of file actionfishingnew.c.
|
protected |
Definition at line 53 of file actionfishingnew.c.
|
protected |
Definition at line 54 of file actionfishingnew.c.
|
protected |
Definition at line 52 of file actionfishingnew.c.
|
protected |
Definition at line 50 of file actionfishingnew.c.
|
protected |
Definition at line 57 of file actionfishingnew.c.
| ref CatchingContextFishingRodAction m_ContextData |
Definition at line 14 of file actionfishingnew.c.
| int m_FishingResult = -1 |
Definition at line 9 of file actionfishingnew.c.
|
protected |
Definition at line 55 of file actionfishingnew.c.
Definition at line 10 of file actionfishingnew.c.
| FishingActionReceiveData m_IsSurfaceSea |
|
protected |
Definition at line 56 of file actionfishingnew.c.
| int m_SplashUniqueID = -1 |
Definition at line 12 of file actionfishingnew.c.