configSourceMod: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(fixed error in example)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>configSourceMod (configSourceMod (configfile >> "CfgVehicles" >> "Heli_Transport_04_base_F"));//Returns "Heli" </code> |= Example 1
|x1= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Heli_Transport_04_base_F"); //Returns "heli" </code> |= Example 1


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[configFile]] [[configSourceModList]] |= See also
| [[configFile]], [[configSourceModList]] |= See also


}}
}}

Revision as of 23:49, 13 March 2016


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" >> "Heli_Transport_04_base_F"); //Returns "heli"

Additional Information

See also:
configFileconfigSourceModList

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