Difference between revisions of "VN fnc log openLogisticsInventory"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Page filling)
m (Some wiki formatting)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 30: 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
Argument(s): global
Effect(s): local

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;