Skip to content

Instantly share code, notes, and snippets.

@torresandres
Created May 22, 2018 03:50
Show Gist options
  • Save torresandres/a3e07ff0eed84ede895cc600e3b7a0da to your computer and use it in GitHub Desktop.
Save torresandres/a3e07ff0eed84ede895cc600e3b7a0da to your computer and use it in GitHub Desktop.
Arma 3 Snippets
_pos = [];
_radius = [];
_visible = true;
{_x hideObjectGlobal _visible} foreach nearestTerrainObjects [_pos, [], _radius];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment