예제 #1
0
def update_settings_options_file(ctx):
    """
    Update the user_settings.options file if there are any changes from the command line
    """
    LUMBERYARD_SETTINGS.update_settings_file(True)
예제 #2
0
def save_user_settings(ctx):
    LUMBERYARD_SETTINGS.update_settings_file(True)