ArmA 3 HOWTO Detect Dedicated Server or Headless Client

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

ArmA 2 and ArmA 3 has nice feature to check for locality.

Detect dedicated server or headless client:

// If dedicated server or headless client, nothing to do here
if (!hasInterface) exitWith {};