![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | TreeEffecterParameters |
Enumerations | |
| enum | EHarvestType { NORMAL , BARK } |
Functions | |
| void | WoodBase () |
| void | InitMiningValues () |
| override bool | IsWoodBase () |
| override bool | IsCuttable () |
| bool | HasPlayerCollisionParticle () |
| bool | HasPlayerCollisionSound () |
| int | GetPrimaryDropsAmount () |
| int | GetSecondaryDropsAmount () |
| float | GetToolDamage () |
| float | GetCycleTimeOverride () |
| string | GetPrimaryOutput () |
| string | GetSecondaryOutput () |
| string | GetBarkType () |
| int | GetAmountOfDrops (ItemBase item) |
| int | GetAmountOfDropsEx (ItemBase item, EHarvestType type) |
| void | GetMaterialAndQuantityMap (ItemBase item, out map< string, int > output_map) |
| void | GetMaterialAndQuantityMapEx (ItemBase item, out map< string, int > output_map, EHarvestType type) |
| float | GetDamageToMiningItemEachDrop (ItemBase item) |
| float | GetDamageToMiningItemEachDropEx (ItemBase item, EHarvestType type) |
| override bool | CanBeActionTarget () |
Variables | |
| enum EHarvestType | m_IsCuttable |
| TreeEffecterParameters | m_Effects = null |
| enum EHarvestType |
| Enumerator | |
|---|---|
| NORMAL | |
| BARK | |
Definition at line 1 of file woodbase.c.
| override bool CanBeActionTarget | ( | ) |
Definition at line 256 of file woodbase.c.
Definition at line 98 of file woodbase.c.
| int GetAmountOfDropsEx | ( | ItemBase | item, |
| EHarvestType | type ) |
Definition at line 128 of file woodbase.c.
| string GetBarkType | ( | ) |
Definition at line 91 of file woodbase.c.
| float GetCycleTimeOverride | ( | ) |
Definition at line 76 of file woodbase.c.
Definition at line 182 of file woodbase.c.
| float GetDamageToMiningItemEachDropEx | ( | ItemBase | item, |
| EHarvestType | type ) |
Definition at line 219 of file woodbase.c.
Definition at line 158 of file woodbase.c.
| void GetMaterialAndQuantityMapEx | ( | ItemBase | item, |
| out map< string, int > | output_map, | ||
| EHarvestType | type ) |
Definition at line 170 of file woodbase.c.
| int GetPrimaryDropsAmount | ( | ) |
Definition at line 61 of file woodbase.c.
| string GetPrimaryOutput | ( | ) |
Definition at line 81 of file woodbase.c.
| int GetSecondaryDropsAmount | ( | ) |
Definition at line 66 of file woodbase.c.
| string GetSecondaryOutput | ( | ) |
Definition at line 86 of file woodbase.c.
| float GetToolDamage | ( | ) |
Definition at line 71 of file woodbase.c.
| bool HasPlayerCollisionParticle | ( | ) |
Definition at line 51 of file woodbase.c.
| bool HasPlayerCollisionSound | ( | ) |
Definition at line 56 of file woodbase.c.
| void InitMiningValues | ( | ) |
Definition at line 36 of file woodbase.c.
| override bool IsCuttable | ( | ) |
Definition at line 46 of file woodbase.c.
| override bool IsWoodBase | ( | ) |
Definition at line 41 of file woodbase.c.
| void WoodBase | ( | ) |
Definition at line 30 of file woodbase.c.
| TreeEffecterParameters m_Effects = null |
| enum EHarvestType m_IsCuttable |