BIS fnc diagMissionPositions: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Displays positions of units from all missions |Description= | ||
____________________________________________________________________________________________ | |||
| [''configPath, allUnits, isCampaign''] call [[BIS_fnc_diagMissionPositions]] |Syntax= | |||
|p1= configPath: [[Config]] - (Optional, default {{Inline code|[[configFile]] >> "CfgMissions"}}) |Parameter 1= | |||
|p2= allUnits: [[Boolean]] - (Optional, default [[false]]) [[true]] to display all units, [[false]] to display only player positions |Parameter 2= | |||
|p3= isCampaign: [[Boolean]] - (Optional, default [[false]]) [[true]] for the scan to perceive the main folder as campaign (required when ''configPath'' is direct path to campaign) |Parameter 3= | |||
| [[Boolean]] - [[true]] when done |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code><nowiki>[</nowiki>[[configFile]] >> "CfgMissions", [[true]], [[false]]] [[call]] [[BIS_fnc_diagMissionPositions]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[:Category:Function Group: Diagnostic|Diagnostic Function Group]] |See also= | ||
| | |||
}} | }} | ||
Line 50: | Line 35: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:diagMissionPositions}}]] | |||
[[Category:Function Group: Diagnostic|{{uc:diagMissionPositions}}]] | [[Category:Function Group: Diagnostic|{{uc:diagMissionPositions}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:diagMissionPositions}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:diagMissionPositions}}]] |
Revision as of 13:51, 6 June 2018
Description
- Description:
- Displays positions of units from all missions
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [configPath, allUnits, isCampaign] call BIS_fnc_diagMissionPositions
- Parameters:
- configPath: Config - (Optional, default
configFile >> "CfgMissions"
) - allUnits: Boolean - (Optional, default false) true to display all units, false to display only player positions
- isCampaign: Boolean - (Optional, default false) true for the scan to perceive the main folder as campaign (required when configPath is direct path to campaign)
- Return Value:
- Boolean - true when done
Examples
- Example 1:
[configFile >> "CfgMissions", true, false] call BIS_fnc_diagMissionPositions;
Additional Information
- See also:
- Diagnostic Function Group
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