configSourceMod: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) |
Pennyworth (talk | contribs) (Fixed incorrect return value on example) |
||
Line 20: | Line 20: | ||
|x1= <code>[[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 | ||
|x2= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Car"); //Returns " | |x2= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Car"); //Returns "" (empty string)</code> |= Example 2 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 15:20, 9 July 2016
Description
- Description:
- Returns modDir of the mod that given config class was loaded from.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
configSourceMod (configFile >> "CfgVehicles" >> "Heli_Transport_04_base_F"); //Returns "heli"
- Example 2:
configSourceMod (configFile >> "CfgVehicles" >> "Car"); //Returns "" (empty string)
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