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
787 B
26 lines
787 B
if (argument0 == 32769)
|
|
return get_text("Buttons", "Cross");
|
|
if (argument0 == 32770)
|
|
return get_text("Buttons", "Circle");
|
|
if (argument0 == 32771)
|
|
return get_text("Buttons", "Square");
|
|
if (argument0 == 32772)
|
|
return get_text("Buttons", "Triangle");
|
|
if (argument0 == 32773)
|
|
return get_text("Buttons", "L1");
|
|
if (argument0 == 32774)
|
|
return get_text("Buttons", "R1");
|
|
if (argument0 == 32775)
|
|
return get_text("Buttons", "L2");
|
|
if (argument0 == 32776)
|
|
return get_text("Buttons", "R2");
|
|
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 "";
|