AVOLITES TITAN API

LoopMacro

Runs the macro on the given handle a specified number of times. The macro will be repeated for the amount of counts.

Namespace: UserMacros

Syntax

MACRO

Void UserMacros.LoopMacro(Handle handle, Single count)

HTTP

http://[ip]:4430/titan/script/2/UserMacros/LoopMacro?handle={handle}&count={float}

Parameters

handle ( Handle ) : The handle containing the macro to run.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/LoopMacro?handle_userNumber=6&count={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/LoopMacro?handle_location=playback_2_1&count={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/LoopMacro?handle_titanId=1895&count={float}

count ( Single ) : The number of times to run the macro.