Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

(ServerAPI) GETTRACKBARVALUE Method

Kristian Skov edited this page Oct 1, 2018 · 1 revision

Up to date as of version 1.6

Description

This command can be used to get the value of a trackbar in ArduLED.

Syntax

GETTRACKBARVALUE(string TrackbarName, int TrackbarNameID)

Parameters

string TrackbarName: What Trackbar to edit

int TrackbarID: If there are more than one Trackbar with this name, then the index can be selected here (however 0 is usually a normal value to use)

Return value

Type: Int (In string format (eg. the value 57 would be send as "57"))

Clone this wiki locally