VN_fnc_getDLC

From Savage Game Design Wiki
Revision as of 20:57, 4 May 2022 by Slow (talk | contribs) (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=_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← 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)