![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CActionManager. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CActionManager.
Definition at line 17804 of file 2024_10_30.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 17834 of file 2024_10_30.h.