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 IncrementAttributeFunctionFast(Int32, Single, Double)

HTTP

http://[ip]:4430/titan/script/Programmer/Editor/Fixtures/IncrementAttributeFunctionFast

Parameters

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

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

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