Created
May 22, 2018 03:50
-
-
Save torresandres/a3e07ff0eed84ede895cc600e3b7a0da to your computer and use it in GitHub Desktop.
Arma 3 Snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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