Tween Chain Commands - adambiser/agk-lzma-plugin GitHub Wiki

SetProgressTweenChain

Syntax:

SetProgressTweenChain(tweenChainID as integer)

Description:

Sets the progress tween chain. A progress tween chain must have a duration of 100 and a delay of 0 to work properly. The tween chain is updated while compressing and extracting.

ClearTweenChain

Syntax:

ClearTweenChain()

Description:

Clears the list of tween chains that the plugin should update while compressing and extracting.

AddTweenChain

Syntax:

AddTweenChain(tweenChainID as integer)

Description:

Adds a tween chain to the list of tween chains that the plugin should update while compressing and extracting.

ClearRepeatingTweenChains

Syntax:

ClearRepeatingTweenChains()

Description:

Clears the list of tween chains that the plugin should update and restart if they finish while compressing and extracting.

AddRepeatingTweenChain

Syntax:

AddRepeatingTweenChain(tweenChainID as integer)

Description:

Adds a tween chain to the list of tween chains that the plugin should update and restart if they finish while compressing and extracting.