isSteamMission

Operand types

None

Type of returned value

Description

Returns true if mission is started from Steam.

Used In

Arma3

Example

if (isSteamMission) then {
player sideChat "I'm steaming.";
};
Search OFPEC COMREF