JoyStick

- Left Trigger { LeftTriggerA ، LeftTrigger+D }
- Right Trigger { RightTriggerA ، RightTrigger+D }
- Left Bumper { LeftBumperD }
- Right Bumper { RightBumperD }
- Back Button { BackButtonD }
- Start Button { StartButtonD }
- X Button { XButtonD }
- Y Button { YButtonD }
- Left Stick { LeftStickButtonD ، LeftStickXA ، LeftStickX-D ، LeftStickX+D ، LeftStickYA، LeftStickY-D، LeftStickY+D }
- B Button { BButtonD }
- A Button { AButtonD }
- Directional Pad { DPadLeftD ، DPadRightD ، DPadUpD ، DPadDownD }
- Right Stick { RightStickButtonD ، RightStickXA ، RightStickX-D ، RightStickX+D ، RightStickYA، RightStickY-D، RightStickY+D }
(A: Analog D: Digital)
JoyStick / Enabled
The Enabled
variable can be True
or False
.
If False
, the JoyStick is completely disabled and ignored.
If True
, the JoyStick is active.
JoyStick / ExponentialTrigger
The ExponentialTrigger
variable can be True
or False
.
If False
, changes occur linearly. For example, speed rises from 10 to 20 to 30 in a straight line.
If True
, changes occur exponentially. For example, speed rises from 10 to 25 to 80 in an exponential curve.
JoyStick / AButton / Enabled
The Enabled
variable can be True
or False
.
If False
, the AButton is completely disabled and ignored.
If True
, the AButton is activated according to its link.
JoyStick / AButton / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / BackButton / Enabled
The Enabled
variable can be True
or False
.
If False
, the BackButton is completely disabled and ignored.
If True
, the BackButton is activated according to its link.
JoyStick / BackButton / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / BButton / Enabled
The Enabled
variable can be True
or False
.
If False
, the BButton is completely disabled and ignored.
If True
, the BButton is activated according to its link.
JoyStick / BButton / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / DPadDown / Enabled
The Enabled
variable can be True
or False
.
If False
, the DPadDown is completely disabled and ignored.
If True
, the DPadDown is activated according to its link.
JoyStick / DPadDown / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / DPadLeft / Enabled
The Enabled
variable can be True
or False
.
If False
, the DPadLeft is completely disabled and ignored.
If True
, the DPadLeft is activated according to its link.
JoyStick / DPadLeft / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / DPadRight / Enabled
The Enabled
variable can be True
or False
.
If False
, the DPadRight is completely disabled and ignored.
If True
, the DPadRight is activated according to its link.
JoyStick / DPadRight / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / DPadUp / Enabled
The Enabled
variable can be True
or False
.
If False
, the DPadUp is completely disabled and ignored.
If True
, the DPadUp is activated according to its link.
JoyStick / DPadUp / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / LeftBumper / Enabled
The Enabled
variable can be True
or False
.
If False
, the LeftBumper is completely disabled and ignored.
If True
, the LeftBumper is activated according to its link.
JoyStick / LeftBumper / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / LeftStickButton / Enabled
The Enabled
variable can be True
or False
.
If False
, the LeftStickButton is completely disabled and ignored.
If True
, the LeftStickButton is activated according to its link.
JoyStick / LeftStickButton / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
JoyStick / LeftStickX / Enabled
The Enabled
variable can be True
or False
.
If False
, the LeftStickX is completely disabled and ignored.
If True
, the LeftStickX is activated according to its link.
JoyStick / LeftStickX / Link
Link
- Value (Numeric or parameter links)
- Analog (Analog links)
- Function (Function-based links)
- OutPort (Output pin links)
- InPort (Input pin links)
Updated 4 days ago