Page MenuHomeFeedback Tracker

Command "canVehicleCargo" returns false when logic is true
Closed, ResolvedPublic

Description

Loading supply crate into VTOL, returns [false,false] while setVehicleCargo returns true.

https://community.bistudio.com/wiki/canVehicleCargo

crate type: "b_supplycrate_f"

_result = blackfish canVehicleCargo crate; //[false, false]

while

_success = blackfish setVehicleCargo crate; //true

Details

Severity
Minor
Resolution
Fixed
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce

spawn a blackfish

spawn a crate

check "canVehicleCargo" return

Event Timeline

razazel claimed this task.Apr 20 2017, 12:45 PM
razazel changed the task status from New to Reviewed.

Tweaked: The isVehicleCargo and canVehicleCargo commands are now working with cargo boxes

Thanks!

razazel closed this task as Resolved.Apr 21 2017, 5:32 PM
razazel changed Resolution from Open to Fixed.