Difference between revisions of "VN fnc getDLC"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= mainFunctions |d= <pre>Gets the modDir and mod classname from an item.</pre> |s= [_config] call VN_fnc_getDLC; |p1n=_...")
 
(No difference)

Latest revision as of 20:57, 4 May 2022

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

Description

Gets the modDir and mod classname from an item.

Syntax

Syntax
[_config] call VN_fnc_getDLC;
Parameters
_config: Config - Item config
Return value
Array - Array of [_folder, _mod] where _folder is the modDir (for modParams), and _mod the classname in CfgMods [ARRAY] _folder and _mod are always the same (otherwise it's not a DLC)