He-Man b791137b42 Update EPOCH_worldObjectType.sqf
Added private Variables, so external scripts calling this script can use "_return" as variable without problems

example EPOCH_lootTrash.sqf:
_return = false;
_getWorldTypes = [str(_x), _inputWorldTypes] call EPOCH_worldObjectType;
_return  <--- Is an array!!!
2016-08-24 21:20:38 +02:00
..
2016-06-14 12:54:38 +01:00
2016-07-12 15:17:22 -05:00
2016-06-14 19:58:22 -05:00
2016-06-14 13:02:18 +01:00
2016-06-27 11:51:31 -05:00