fix typos in LuaDocumentation.xml

This commit is contained in:
quietly-turning
2024-03-20 13:29:43 -05:00
committed by teejusb
parent 4f4fe7b540
commit f13abec73d
+2 -2
View File
@@ -3895,11 +3895,11 @@ NETWORK:WebSocket{
</Function> </Function>
<Function name='SetBeatBars' return='bool' arguments='bool enabled' since='ITGmania 0.8.0'> <Function name='SetBeatBars' return='bool' arguments='bool enabled' since='ITGmania 0.8.0'>
Sets whether beat bars are enabled on this NoteField. Sets whether beat bars are enabled on this NoteField.
</Functions> </Function>
<Function name='SetBeatBarsAlpha' return='bool' arguments='float measure, float fourth, float eighth, float sixteenth' since='ITGmania 0.8.0'> <Function name='SetBeatBarsAlpha' return='bool' arguments='float measure, float fourth, float eighth, float sixteenth' since='ITGmania 0.8.0'>
Sets the alpha for the beat bars on this NoteField. Sets the alpha for the beat bars on this NoteField.
Specify the alpha for the measure, fourth, eighth, and sixteenth beat bars at the same time. Specify the alpha for the measure, fourth, eighth, and sixteenth beat bars at the same time.
</Functions> </Function>
<Function name='set_did_hold_note_callback' return= '' arguments='function callback'> <Function name='set_did_hold_note_callback' return= '' arguments='function callback'>
Same as SetDidTapNoteCallback, but for hold notes. Uses HoldNoteScore instead of TapNoteScore. Same as SetDidTapNoteCallback, but for hold notes. Uses HoldNoteScore instead of TapNoteScore.
</Function> </Function>