Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
game controller. More...
#include <doc.h>
Public Member Functions | |
Void | ClearRumble () |
Void | AddRumble (Integer Duration, Real LargeMotor, Real SmallMotor) |
Void | SetColor (Vec3 Color) |
Public Attributes | |
Integer const | ControllerId |
Ident const | UserId |
CInputPad::EPadType const | Type |
Text const | ModelName |
Integer const | IdleDuration |
Integer const | Left |
Integer const | Right |
Integer const | Up |
Integer const | Down |
Integer const | A |
Integer const | B |
Integer const | X |
Integer const | Y |
Integer const | L1 |
Integer const | R1 |
Integer const | LeftStickBut |
Integer const | RightStickBut |
Integer const | Menu |
Integer const | View |
Real const | LeftStickX |
Real const | LeftStickY |
Real const | RightStickX |
Real const | RightStickY |
Real const | L2 |
Real const | R2 |
Array< CInputPad::EButton > | ButtonEvents |
Public Attributes inherited from CNod | |
Ident const | Id |
game controller.
Duration = 0 --> forever.
(only works on PS4.) set to (0,0,0) to reset back to default color.
Real const CInputPad::L2 |
Values in range (0.000000-1.000000)
Real const CInputPad::LeftStickX |
Values in range (-1.000000-1.000000)
Real const CInputPad::LeftStickY |
Values in range (-1.000000-1.000000)
Real const CInputPad::R2 |
Values in range (0.000000-1.000000)
Real const CInputPad::RightStickX |
Values in range (-1.000000-1.000000)
Real const CInputPad::RightStickY |
Values in range (-1.000000-1.000000)