AVOLITES TITAN API

CreateChase

Creates a new chase on the specified object. The new chase will be assigned to the handle with no steps. You must call AppendChaseStep() to record steps into the chase.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.CreateChase(String group, Int32 index)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/CreateChase?group={string}&index={titanId}

Parameters

group ( String ) : The handle group to place the new chase on.

index ( Int32 ) : The handle index in the group to place the new chase on.