![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CActionManager. More...
#include <doc.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.
| 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 |