Page MenuHomeFeedback Tracker

Return value for the command createVehicleCrew
New, WishlistPublic

Description

Please add a return value for the command createVehicleCrew (https://community.bistudio.com/wiki/createVehicleCrew), which consist (ideally) of a nested array which contains the following values:

  1. Array of created crew members
  2. Created group for the crew members

These values must already exist within the createVehicleCrew function and it would be nice to have them available directly as a transfered return value. This would save 2 - 3 additional command steps to determine the created crew via a crew command and their group (and possibly a short wait period, until all the crew members are successfully inside the vehicle).

Details

Legacy ID
2735771696
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Scripting
Additional Information

_createVehicleCrewReturnArray = createVehicleCrew vehicle1;

_createVehicleCrewReturnArray has the form: [[Created Crew Member Array], Group]

Event Timeline

caliban55 edited Steps To Reproduce. (Show Details)Dec 2 2014, 4:31 PM
caliban55 edited Additional Information. (Show Details)
caliban55 set Category to Scripting.
caliban55 set Reproducibility to N/A.
caliban55 set Severity to None.
caliban55 set Resolution to Open.
caliban55 set Legacy ID to 2735771696.May 7 2016, 7:55 PM