VN fnc log unloadLogisticItem

From Savage Game Design Wiki
Revision as of 20:15, 26 February 2021 by Lou Montana (talk | contribs) (Text replacement - "call VN_" to "call [[VN_")
Jump to navigation Jump to search

{{Function

|v= 1.00

|author= Ethan Johnson

|a= global

|e= global

|g1= Logistics

|d= Adds actions for players for the logistics module.

|s= [cursorObject, listIndex] call VN_fnc_log_unloadLogisticItem

|p1n= cursorObject |p1t= object |p1d= object that has the object loaded into it |p1v=

|p2n= listIndex |p2t= number |p2d= index for the item in the listbox. Used for unloading & removal from the vehicle's virtual inventory |p2v=

|r1t= boolean |r1d= true on success, false on failure

|x1= [sogJeep, 3] call [[VN_fnc_log_unloadLogisticItem }}