configSourceMod: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Category:Scripting_Commands_Arma_3 {{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name...")
 
(ex)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>configSourceMod (configFile >> "CfgVehicles" >> "Car");</code> |= Example 1
|x1= <code>configSourceMod (configFile >> "CfgVehicles" >> "Car");//Returns "kart" </code> |= Example 1


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 00:36, 1 April 2015


Hover & click on the images for description

Description

Description:
Returns modDir of the mod that given config class was loaded from.
Groups:
Uncategorised

Syntax

Syntax:
configSourceMod config
Parameters:
config: Config
Return Value:
String

Examples

Example 1:
configSourceMod (configFile >> "CfgVehicles" >> "Car");//Returns "kart"

Additional Information

See also:
configFile configSourceModList

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note