configSourceMod: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (fixed error in example) |
Killzone Kid (talk | contribs) (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 "A3" </code> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 22:53, 13 March 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 "A3"
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