Data Structures | |
| 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) |
| 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 |
| typedef ItemSuppressor SuppressorBase |
| override protected bool CanExecuteLambda | ( | ) |
| proto native bool CanSpeak | ( | ) |
References m_oldOri.
| void ReplaceWheelLambda | ( | EntityAI | old_item, |
| string | new_item_type, | ||
| PlayerBase | player | ||
| ) |
Referenced by InventoryItemSuper::EEHealthLevelChanged(), and CarWheel_Ruined::EEHealthLevelChanged().
| proto native void SetCanSpeak | ( | bool | onOff | ) |
| proto native void TunePrev | ( | ) |
Referenced by ItemRadio::TunePreviousStation().
| CarWheel_Ruined m_oldOri |
Referenced by CopyOldPropertiesToNew(), and OnSuccess().
| class ItemMegaphone extends InventoryItemSuper TuneNext |
Referenced by ItemRadio::TuneNextStation().