Updated changelog and docs for new mod.
This commit is contained in:
@@ -4,9 +4,10 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
|
||||
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
|
||||
________________________________________________________________________________
|
||||
|
||||
2014/11/19
|
||||
2014/11/22
|
||||
----------
|
||||
* [Preferences] MinTNSToHideNotes preference added. [kyzentun]
|
||||
* [PlayerOptions] MinTNSToHideNotes mod added. [kyzentun]
|
||||
|
||||
2014/11/15
|
||||
----------
|
||||
|
||||
@@ -1053,6 +1053,7 @@
|
||||
<Function name='MaxScrollBPM'/>
|
||||
<Function name='Mines'/>
|
||||
<Function name='Mini'/>
|
||||
<Function name='MinTNSToHideNotes' />
|
||||
<Function name='Mirror'/>
|
||||
<Function name='MMod'/>
|
||||
<Function name='MuteOnError'/>
|
||||
|
||||
@@ -3097,6 +3097,7 @@ save yourself some time, copy this for undocumented things:
|
||||
</Function>
|
||||
<Function name='Mines' return='bool' arguments='bool value'> </Function>
|
||||
<Function name='Mini' return='float, float' arguments='float value, float approach_speed'> </Function>
|
||||
<Function name='MinTNSToHideNotes' return='TapNoteScore' arguments='TapNoteScore tns'> Sets the min TapNoteScore required for the notes to disappear after being hit. </Function>
|
||||
<Function name='Mirror' return='bool' arguments='bool value'> </Function>
|
||||
<Function name='MMod' return='float, float' arguments='float value, float approach_speed'>
|
||||
If the player has a MMod set, returns the value of that MMod and its associated approach speed. Returns nil otherwise.<br />
|
||||
|
||||
Reference in New Issue
Block a user