save

open fun <T> save(name: String, scriptSettings: T): Boolean

Attempts to save the specified script settings object to the specified path

Return

true if saved successfully, false otherwise

Parameters

name

the settings name

scriptSettings

the settings object to save

<T>

the settings object type