![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
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) |
| override protected bool | CanExecuteLambda () |
| override void | CopyOldPropertiesToNew (notnull EntityAI old_item, EntityAI new_item) |
| override protected void | OnSuccess (EntityAI new_item) |
Variables | |
| class ItemBarrel extends InventoryItemSuper | TuneNext |
| CarWheel_Ruined | m_oldOri |
| typedef ItemGrenade GrenadeBase |
Definition at line 995 of file inventoryitem.c.
| typedef ItemSuppressor SuppressorBase |
Definition at line 7 of file inventoryitem.c.
| override protected bool CanExecuteLambda | ( | ) |
Definition at line 393 of file inventoryitem.c.
| proto native bool TuneNext::CanSpeak | ( | ) |
Definition at line 398 of file inventoryitem.c.
| override protected void OnSuccess | ( | EntityAI | new_item | ) |
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 |