-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dx funcs to linting, fix one found
- Loading branch information
1 parent
7e6429d
commit f97e6e5
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,42 @@ | ||
# this is a comment | ||
# this function takes 2 arguments | ||
if_else 3 3 | ||
# this function can take any number of arguments | ||
# ex. '1 5' means 1 to 5 arguments at max | ||
if 2 999999 | ||
# you can also have multiple symbols at the start | ||
# beatmatch example 1 1 | ||
unless 2 999999 | ||
switch 2 999999 | ||
set 2 2 | ||
dx_log_writer 2 2 | ||
dx_log_writer 2 2 | ||
dx_set_postfx 1 1 | ||
dx_noise_setter 1 1 | ||
dx_emulatefps_setter 1 1 | ||
dx_motion_blur_setter 1 1 | ||
dx_camera_shake_setter 1 1 | ||
dx_camera_blur_setter 1 1 | ||
dx_force_lod_setter 1 1 | ||
dx_sv_menu_logo_set 1 1 | ||
dx_discordrp_writer 1 1 | ||
dx_passive_messenger 1 1 | ||
dx_passive_messenger_symbol 1 1 | ||
dx_modal_messenger 1 1 | ||
dx_modal_messenger_symbol 1 1 | ||
dx_ms_to_time_str 2 2 | ||
dx_log_objs_type 3 3 | ||
dx_log_objs 2 2 | ||
dx_overshell_msg 1 1 | ||
dx_check_for_dupe 1 1 | ||
dx_state_setup 2 2 | ||
dx_quick_chat 1 1 | ||
dx_modifier_reader 1 1 | ||
dx_setting_saver 3 3 | ||
dx_mtv_formatter 1 1 | ||
dx_rank_var_finder 7 7 | ||
dx_track_theme_name 1 1 | ||
dx_custom_texture_setter 4 4 | ||
dx_note_streak_popup 1 1 | ||
dx_indv_note_streak 1 1 | ||
dx_resync_local_textures 1 1 | ||
dx_sync_remote_textures 1 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters