d4758ebcac
Added basic export tool for static missions. Configuration of most options now working properly (a time saver !)
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
|
|
|
|
all3DENEntities params ["_objects","_groups","_triggers","_systems","_waypoints","_markers","_layers","_comments"];
|
|
_units = [];
|
|
{
|
|
{
|
|
if (vehicle _x isEqualTo _x) then {_units pushBack _x};
|
|
} forEach (units _x);
|
|
} forEach _groups;
|
|
diag_log format["_groups = %1",_groups];
|
|
diag_log format["_units = %1",_units]; |