tvSetValue [idc, [path], val]

Operand types

[idc, [path], val]: Array

Type of returned value

Description

Sets scalar data to item on given path.
IDC means id of parent Tree View.

idc: Number
[path]: Array - Array containing numbers.
val: Number

Used In

Arma3

Example

tvSetValue [101, [0], 555];
Search OFPEC COMREF