Difference between revisions of "VN fnc whitelisted arsenal loadInventory"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "]]; |p1n=" to "]] |p1n=")
(No difference)

Revision as of 22:58, 25 February 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
-