Difference between revisions of "VN fnc log unloadLogisticItem"
Jump to navigation
Jump to search
vn>Unknown user m (Generated by LM_exportFunctionsToWiki.sqf) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Ethan Johnson |
− | | | + | |a= global |
− | | | + | |e= global |
− | | | + | |g1= Logistics |
− | |||
− | |||
− | |||
− | + | |d= Adds actions for players for the logistics module. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [cursorObject, listIndex] call [[VN_fnc_log_unloadLogisticItem]] |
− | |p1n= | + | |p1n= cursorObject |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= object that has the object loaded into it |
|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> |
}} | }} |
Latest revision as of 20:19, 26 February 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;