Difference between revisions of "VN fnc log unloadLogisticItem"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
Lou Montana (talk | contribs) m (Remove TODO category) |
||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Revision as of 21:14, 20 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
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