Arma 3
Not enough ratings
BTHBC Arma 3 Editor Models and Functions
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Mechanics
File Size
Posted
Updated
1.380 MB
2 Sep, 2017 @ 4:30pm
23 Jul, 2018 @ 12:12am
2 Change Notes ( view )

Subscribe to download
BTHBC Arma 3 Editor Models and Functions

Description
Contains classnames for ever ingame terrain model for assistance in editor integration. Includes function to add terrain objects into 3den.

Syntax for function:
nul = [Radius, [Object Type]] call BTH_fnc_ObjectToEditor;
Radius: Number - Determines how far to search for terrain objects
Object Type: Array - Determines what type of objects to search for, use [] for all objects
Example: nul = [25, []] call BTH_fnc_ObjectToEditor;