From Bohemia Interactive Community
Notes
Bottom Section
- Posted on November 8, 2014 - 14:42 (UTC)
- Tajin
-
"... if possible "
FYI, that only means that 'vehicle' has to be able to lift 'cargo'. The position/distance does not matter, 'cargo' is automatically moved to a position that is close enough but doesn't doesn't collide with 'vehicle'. (can also be used if 'vehicle' is not flying, in which case 'cargo' will be placed and attached on the ground next to it).
- Posted on February 11, 2015 - 13:45 (UTC)
- Bridge.J
-
To detach cargo via script command, you can use this command: _helicopter setSlingLoad objNull;
Where _helicopter is the helicopter doing the lifting.