Difference between revisions of "VN fnc log openLogisticsInventory"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "call VN_" to "call [[VN_") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 29: | Line 29: | ||
|r1d= {{Biki|true}} when | |r1d= {{Biki|true}} when | ||
− | |x1= <code>[player, sogJeep] call [[VN_fnc_log_openLogisticsInventory;</code> | + | |x1= <code>[player, sogJeep] call [[VN_fnc_log_openLogisticsInventory]];</code> |
}} | }} |
Latest revision as of 20:22, 26 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Opens logistics inventory of the vehicle passed to this function. Also used when inventory is reloaded e.g when an item is taken out of a inventory that is in use.
Syntax
- Syntax
- [player, vehicle] call VN_fnc_log_openlogisticsinventory
- Parameters
- player: Object - player object - mandatory but not used
- vehicle: Object - vehicle from which inventory will be opened
- Return value
- Boolean - true when
Examples
- Example 1
[player, sogJeep] call VN_fnc_log_openLogisticsInventory;