private variableNameList

Operand types

variableNameList: Array

Type of returned value

Description

Make sure given variables are local in current scope.
If some variables with the same names exist in encapsulating scope, they are hidden.

Used In

OFP/ArmA

Example

private ["_i", "_j", "_k"]
Search OFPEC COMREF