Difference between revisions of "VN fnc log getInventory"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (1 revision imported)
m (Text replacement - "logistics_functions" to "Logistics")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a= Ethan Johnson
+
|author= Ethan Johnson
  
|e=
+
|a= global
  
|g1= logistics_functions
+
|e= local
  
|d= <pre>/*
+
|g1= Logistics
        FILE: fn_log_getinventory.sqf
 
        DATE: 01-11-2019
 
        AUTHOR: Ethan Johnson
 
  
        DESCRIPTION:
+
|d= Returns the inventory of the provided vehicle.
                Returns the inventory of the vehicle passed through to the function
 
        PARAMETERS:
 
                (0): OBJECT - Object/vehicle that the inventory should be checked
 
        RETURNS:
 
                ARRAY
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
|s= [] call [[VN_fnc_log_getinventory]];
+
|s= [vehicle] call [[VN_fnc_log_getInventory]]
  
|p1n=
+
|p1n= vehicle
|p1t=
+
|p1t= object
|p1d=
+
|p1d= vehicle or crate from which to get the inventory
 
|p1v=
 
|p1v=
  
|p2n=
+
|r1t= {{DataType|array}} of {{DataType|object}}
|p2t=
+
|r1d= list of inventory objects
|p2d=
 
|p2v=
 
 
 
|r1t=
 
|r1d=
 
  
|x1= <code>-</code>
+
|x1= <code>[sogJeep] call [[VN_fnc_log_getInventory]]</code>
 
}}
 
}}

Latest revision as of 23:08, 18 January 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): global
Effect(s): local

Description

Returns the inventory of the provided vehicle.

Syntax

Syntax
[vehicle] call VN_fnc_log_getInventory
Parameters
vehicle: Object - vehicle or crate from which to get the inventory
Return value
Array of Object - list of inventory objects

Examples

Example 1
[sogJeep] call VN_fnc_log_getInventory