configSourceMod: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 99516 by killzone_kid on 2017-04-19T18:36:03Z) |
m (template:command argument fix) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns modDir of the mod that given config class was loaded from. |= | | Returns modDir of the mod that given config class was loaded from. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''configSourceMod''' config|= | | '''configSourceMod''' config|SYNTAX= | ||
|p1= config: [[Config]] |= | |p1= config: [[Config]] |PARAMETER1= | ||
| [[String]] |= | | [[String]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Heli_Transport_04_base_F"); //Returns "heli" </code> |= | |x1= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Heli_Transport_04_base_F"); //Returns "heli" </code> |EXAMPLE1= | ||
|x2= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Car"); //Returns "A3" </code> |= | |x2= <code>[[configSourceMod]] ([[configFile]] >> "CfgVehicles" >> "Car"); //Returns "A3" </code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[configFile]], [[configSourceModList]], [[modParams]] |= | | [[configFile]], [[configSourceModList]], [[modParams]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
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:
- configFileconfigSourceModListmodParams
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