Difference between revisions of "VN fnc log unloadLogisticItem"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page VN fnc log unloadlogisticitem to VN fnc log unloadLogisticItem: name standard) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 6: | Line 6: | ||
|author= Ethan Johnson | |author= Ethan Johnson | ||
− | |a= | + | |a= global |
− | |e= | + | |e= global |
|g1= Logistics | |g1= Logistics | ||
− | |d= | + | |d= Adds actions for players for the logistics module. |
− | |||
− | |||
− | |||
− | + | |s= [cursorObject, listIndex] call [[VN_fnc_log_unloadLogisticItem]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |p1n= cursorObject | |
− | + | |p1t= object | |
− | |p1n= | + | |p1d= object that has the object loaded into it |
− | |p1t= | ||
− | |p1d= | ||
|p1v= | |p1v= | ||
− | |p2n= | + | |p2n= listIndex |
− | |p2t= | + | |p2t= number |
− | |p2d= | + | |p2d= index for the item in the listbox. Used for unloading & removal from the vehicle's virtual inventory |
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= {{Biki|true}} on success, {{Biki|false}} on failure |
− | |x1= <code> | + | |x1= <code>[sogJeep, 3] call VN_fnc_log_unloadLogisticItem</code> |
}} | }} |
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