save

boolean save<T>(String name, T scriptSettings)

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