![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | InventoryItemSuper |
| class | Weapon |
| script counterpart to engine's class Weapon More... | |
| class | CarWheel_Ruined |
| class | CarWheel |
| class | CarDoor |
| class | Hatchback_02_Door_1_1 |
| class | Hatchback_02_Door_1_2 |
| class | Hatchback_02_Door_2_1 |
| class | Hatchback_02_Door_2_2 |
| class | Hatchback_02_Hood |
| class | Hatchback_02_Trunk |
| class | Sedan_02_Door_1_1 |
| class | Sedan_02_Door_1_2 |
| class | Sedan_02_Door_2_1 |
| class | Sedan_02_Door_2_2 |
| class | Sedan_02_Hood |
| class | Sedan_02_Trunk |
| class | HatchbackDoors_Driver |
| class | HatchbackDoors_CoDriver |
| class | HatchbackHood |
| class | HatchbackTrunk |
| class | CivSedanDoors_Driver |
| class | CivSedanDoors_CoDriver |
| class | CivSedanDoors_BackLeft |
| class | CivSedanDoors_BackRight |
| class | CivSedanHood |
| class | CivSedanTrunk |
| class | Truck_01_Door_1_1 |
| class | Truck_01_Door_2_1 |
| class | Truck_01_Door_Hood |
| class | CarRadiator |
| class | ItemBase |
| class | Box_Base |
| class | MapMarker |
Typedefs | |
| typedef ItemSuppressor | SuppressorBase |
| typedef ItemGrenade | GrenadeBase |
Functions | |
| proto native bool | CanSpeak () |
| proto native void | SetCanSpeak (bool onOff) |
| proto native void | TunePrev () |
| void | ReplaceWheelLambda (EntityAI old_item, string new_item_type, PlayerBase player) |
| bool | CanExecuteLambda () |
| override void | CopyOldPropertiesToNew (notnull EntityAI old_item, EntityAI new_item) |
| void | OnSuccess (EntityAI new_item) |
Variables | |
| class ItemBarrel extends InventoryItemSuper | TuneNext |
| CarWheel_Ruined | m_oldOri |
|
protected |
Definition at line 1028 of file inventoryitem.c.
| typedef ItemSuppressor SuppressorBase |
Definition at line 7 of file inventoryitem.c.
|
protected |
Definition at line 393 of file inventoryitem.c.
| proto native bool TuneNext::CanSpeak | ( | ) |
Definition at line 398 of file inventoryitem.c.
|
protected |
Definition at line 404 of file inventoryitem.c.
| void ReplaceWheelLambda | ( | EntityAI | old_item, |
| string | new_item_type, | ||
| PlayerBase | player ) |
| proto native void TuneNext::SetCanSpeak | ( | bool | onOff | ) |
| proto native void TunePrev | ( | ) |
| CarWheel_Ruined m_oldOri |
| class ItemMegaphone extends InventoryItemSuper TuneNext |