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.
AM2R-TimeTrials/scripts/audio_metadata.gml

5 lines
179 B

/// audio_metadata(spot,id,auth,name)
ds_grid_set(gridLookup,0,argument0,argument1);
ds_grid_set(gridLookup,1,argument0,argument2);
ds_grid_set(gridLookup,2,argument0,argument3);