AVOLITES TITAN API

IncrementAttributeFunctionFast

Increments the attribute function fast. Introduces a multiplier into the increment value to get through the full range in exactly one turn. Used for shift-wheel.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.IncrementAttributeFunctionFast(Int32 wheelIndex, Single value, Double timeDelta)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/IncrementAttributeFunctionFast?wheelIndex={titanId}&value={float}&timeDelta={double}

Parameters

wheelIndex ( Int32 ) : The index of the wheel containing a function to increment.

value ( Single ) : The amount you want to increment the function range value by.

timeDelta ( Double ) : The time delta between calls - this is used to calculate acceleration.