Files
AM2R-Community-Updates/scripts/input_check_pressed.gml
2020-12-22 20:54:55 -06:00

4 lines
86 B
Plaintext

with (oControl) {
return (inputPressed[ds_map_find_value(inputMap,argument0)]);
}