You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
703 B
26 lines
703 B
if (argument0 == 32769)
|
|
return "B";
|
|
if (argument0 == 32770)
|
|
return "A";
|
|
if (argument0 == 32771)
|
|
return "Y";
|
|
if (argument0 == 32772)
|
|
return "X";
|
|
if (argument0 == 32773)
|
|
return get_text("Buttons", "LeftShoulder");
|
|
if (argument0 == 32774)
|
|
return get_text("Buttons", "RightShoulder");
|
|
if (argument0 == 32775)
|
|
return get_text("Buttons", "ZL");
|
|
if (argument0 == 32776)
|
|
return get_text("Buttons", "ZR");
|
|
if (argument0 == 32779)
|
|
return get_text("Buttons", "LStick");
|
|
if (argument0 == 32780)
|
|
return get_text("Buttons", "RStick");
|
|
if (argument0 == 32778)
|
|
return get_text("Buttons", "Start");
|
|
if (argument0 == 32777)
|
|
return get_text("Buttons", "Select");
|
|
return "";
|