AVOLITES TITAN API

IncrementAttributeFunction

Called by the menu to increment the function value on a wheel by a set amount.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

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

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/IncrementAttributeFunction?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.