Page 1 of 1

PlayUiSound Naming inconsistency Ui/UI

Posted: 03 Jul 2013, 10:23
by steeffeen
there is this new method to play sounds within manialink script which is great but it has a naming inconsistency with UI/Ui

i think it should be written the same like in the other classes/types: UI
after all it's
User Interface
and not
uuuiiiiiiiii :pil

aand it would make sense to change it fast before many script authors have used it and have to adapt the scripts again :)

Code: Select all

CMlScriptIngame::PlayUiSound (EUISound Sound, Integer SoundVariant, Real Volume)
other examples are

CTmMode::UiRounds
CTmMode::UiStuntsMode
CTmMode::UiDisplayStuntsNames

but it might be too late to change them :D

regards,
Steff