Page MenuHomeFeedback Tracker

Inconsistent results from setVehicleCargo
Feedback, NormalPublic

Description

While on profiling or development branches, using the command

objNull setVehicleCargo cargo

should remove the specified cargo object, yet it returns true and does nothing. However using

vehicle setVehicleCargo objNull

still unloads all cargo

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
10.0.19043 Build 19043
Category
Scripting
Steps To Reproduce

Run game on 2.08 development branch or 2.06 Profiling branch.
Place down vehicle with ViV functionality, and object that can fit in the vehicle.
run

vehicle setVehicleCargo cargo

to put the cargo in the vehicle.
Then run

objNull setVehicleCargo cargo

command returns true, but cargo is not removed

Additional Information

Not occurring on stable

Event Timeline

Slatery created this task.Nov 27 2021, 4:04 AM
Slatery edited Steps To Reproduce. (Show Details)
BIS_fnc_KK changed the task status from New to Assigned.

should be fixed in 148571

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Nov 27 2021, 11:24 AM
BIS_fnc_KK changed the task status from Assigned to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.