BIS fnc getCfgSubClasses: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "</pre><small>''(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)''</small>" to "{{placeholder}}") |
m (Text replacement - "|p1= | |x1=" to "|p1= |x1=") |
||
Line 40: | Line 40: | ||
|p1= | |p1= | ||
|x1= <code>_allVehHitPoints = (configfile >> "CfgVehicles" >> "C_Hatchback_01_sport_F" >> "HitPoints") call BIS_fnc_getCfgSubClasses;</code> | |x1= <code>_allVehHitPoints = (configfile >> "CfgVehicles" >> "C_Hatchback_01_sport_F" >> "HitPoints") call BIS_fnc_getCfgSubClasses;</code> |
Revision as of 19:59, 1 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Configs
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
_allVehHitPoints = (configfile >> "CfgVehicles" >> "C_Hatchback_01_sport_F" >> "HitPoints") call BIS_fnc_getCfgSubClasses;
Additional Information
- See also:
- See also needed
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