VN_fnc_log_unloadLogisticItem

From Savage Game Design Wiki
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): global
Effect(s): global

Description

Adds actions for players for the logistics module.

Syntax

Syntax
[cursorObject, listIndex] call VN_fnc_log_unloadLogisticItem
Parameters
cursorObject: Object - object that has the object loaded into it
listIndex: Number - index for the item in the listbox. Used for unloading & removal from the vehicle's virtual inventory
Return value
Boolean - true on success, false on failure

Examples

Example 1
[sogJeep, 3] call VN_fnc_log_unloadLogisticItem;