AVOLITES TITAN API

IncrementWheelParameter

Takes the wheel increments and adds them to the parameter being displayed on the wheel that moved.

Namespace: Chases

Syntax

MACRO

Void Chases.IncrementWheelParameter(Int32 wheelIndex, Single value)

HTTP

http://[ip]:4430/titan/script/2/Chases/IncrementWheelParameter?wheelIndex={titanId}&value={float}

Parameters

wheelIndex ( Int32 ) : The index of the wheel that moved.

value ( Single ) : The amount the wheel moved.