ctrlHTMLLoaded control

Operand types

control: Control

Type of returned value

Description

Returns true when HTML content was successfully loaded.

Used In

Arma3

Example

_control htmlLoad "test.html";
if (!ctrlHTMLLoaded _control) then {
hint "Loading test.html failed!";
};
Search OFPEC COMREF