BIS fnc isCampaign: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Checks to see if a mission is being run in a campaign. |= Description | ||
____________________________________________________________________________________________ | |||
| [] call [[BIS_fnc_isCampaign]] |= Syntax | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Boolean]] - [[True]] if being run in a campaign, [[false]] if not|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[] [[call]] [[BIS_fnc_isCampaign]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[campaignConfigFile]] |= See also | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 15:23, 28 May 2018
Description
- Description:
- Checks to see if a mission is being run in a campaign.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [] call BIS_fnc_isCampaign
- Return Value:
- Boolean - True if being run in a campaign, false if not
Examples
- Example 1:
[] call BIS_fnc_isCampaign;
Additional Information
- See also:
- campaignConfigFile
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