AVOLITES TITAN API

DoesCueExist

Determines if a cue exists for the supplied cue number.

Namespace: Playbacks

Syntax

MACRO

Boolean Playbacks.DoesCueExist(Handle handle, Single cueNumber)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/DoesCueExist?handle={handle}&cueNumber={float}

Parameters

handle ( Handle ) : The handle for the cue list to lookup the cue in.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/DoesCueExist?handle_userNumber=6&cueNumber={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/DoesCueExist?handle_location=playback_2_1&cueNumber={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/DoesCueExist?handle_titanId=1895&cueNumber={float}

cueNumber ( Single ) : The cue number to search for.

Returns

True is the cue exists, otherwise false.