Trackmania ManiaScript Reference 2024.9.17.1117
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.