![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CActionManager. More...
#include <2025_07_14.h>
Public Types | |
| enum | EActionSlot { Slot_A, Slot_B, Slot_C, Slot_D, Slot_E, Slot_F, Slot_G, Slot_H } |
Public Member Functions | |
| CActionInterface | Action_GetState (CPlayer Player, CActionManager::EActionSlot Slot) |
| CActionInterface | Action_GetState (CModeVehicle Vehicle, Integer VehicleSlotIndex, CActionManager::EActionSlot Slot) |
| CActionInterface | Action_GetState (CModeTurret Turret, CActionManager::EActionSlot Slot) |
Public Attributes | |
| Array< CActionInterface * > | Actions |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CActionManager.
Definition at line 17832 of file 2025_07_14.h.
| CActionInterface CActionManager::Action_GetState | ( | CModeTurret | Turret, |
| CActionManager::EActionSlot | Slot | ||
| ) |
| CActionInterface CActionManager::Action_GetState | ( | CModeVehicle | Vehicle, |
| Integer | VehicleSlotIndex, | ||
| CActionManager::EActionSlot | Slot | ||
| ) |
| CActionInterface CActionManager::Action_GetState | ( | CPlayer | Player, |
| CActionManager::EActionSlot | Slot | ||
| ) |
| Array<CActionInterface*> CActionManager::Actions |
Definition at line 17862 of file 2025_07_14.h.