variableName addPublicVariableEventHandler code

Operand types

variableName: String
code: Code

Type of returned value

Description

If the EH detects a change via publicVariable on the given variableName, code will be executed.
The following arguments are transferred to the code:

* _this select 0: Variable name
* _this select 1: New variable value

Used In

ArmA

Example

"mypublicVar" addPublicVariableEventHandler {hint ((_this select 0) + " has been modified to: " + str (_this select 1))}
Search OFPEC COMREF