value call body

Operand types

value: Any Value
body: String

Type of returned value

Description

Execute function body.
Argument pars is passed as _this

Used In

OFP/ArmA

Example

[1, 2] call {(_this select 0) + (_this select 1)} ..........Result is 3
Search OFPEC COMREF