Difference between revisions of "VN fnc log unloadLogisticItem"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Remove TODO category)
m (Text replacement - "call VN_" to "call [[VN_")
Line 28: Line 28:
 
|r1d= {{Biki|true}} on success, {{Biki|false}} on failure
 
|r1d= {{Biki|true}} on success, {{Biki|false}} on failure
  
|x1= <code>[sogJeep, 3] call VN_fnc_log_unloadLogisticItem</code>
+
|x1= <code>[sogJeep, 3] call [[VN_fnc_log_unloadLogisticItem</code>
 
}}
 
}}

Revision as of 20:15, 26 February 2021

{{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 }}