save_to_uri


Description:

public bool save_to_uri (string uri, Asset? formatter_asset, bool overwrite) throws Error

Saves the timeline to the given location.

If formatter_asset is null, the method will attempt to save in the same format the timeline was loaded from, before defaulting to the formatter with highest rank.

Parameters:

this

The Timeline

uri

The location to save to

formatter_asset

The formatter asset to use, or null

overwrite

true to overwrite file if it exists

Returns:

true if this was successfully saved to uri.