tvAdd [idc, [path], text]

Operand types

[idc, [path], text]: Array

Type of returned value

Description

Adds an item with given text to Tree View with given idc under specified path (zero based).

idc: Number
[path]: Array - Array containing numbers.
text: String

Used In

Arma3

Example

tvAdd [101, [0], "First item"];
Search OFPEC COMREF