Difference between revisions of "VN fnc whitelisted arsenal loadInventory"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " |e=" to " |a= |e=")
m (Text replacement - " {{Function" to "Category:TODO {{Function")
Line 1: Line 1:
 
+
[[Category:TODO]]
 
{{Function
 
{{Function
  

Revision as of 23:33, 5 January 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

/*
        FILE: fn_whitelisted_arsenal_loadinventory.sqf
        DATE: 10-06-2019
        AUTHOR: Ethan Johnson

        DESCRIPTION:
                Adds loadout to character while also listing objects that have been skipped.
        PARAMETERS:
                (0): OBJECT - Object that will have the items added to it.
                (0): ARRAY - Settings that are used to get the inventory.
                (0): ARRAY - Array of allowed items that will be checked against to confirm loadouts.
        RETURNS:
                STRING
*/
(Placeholder description extracted from the function header by LM_exportFunctionsToWiki.sqf)

Syntax

Syntax
[] call VN_fnc_whitelisted_arsenal_loadinventory;
Return value
Nothing

Examples

Example 1
-