BIS fnc isCampaign: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Checks to see if a mission is being run in a campaign. |= Description
____________________________________________________________________________________________
Description:
Check to see if a mission is being run in a campaign.
Returns:
True if being run in a campaign, false if not.
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [] call [[BIS_fnc_isCampaign]] |= Syntax
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_isCampaign]]; --> |= Syntax
| [[Boolean]] - [[True]] if being run in a campaign, [[false]] if not|= Return value
 
|p1= |= Parameter 1
 
| |= 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 16:23, 28 May 2018

Hover & click on the images for description

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


Notes

Bottom Section