BIS fnc version: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Remove arma2baf and arma2pmc usage) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 8: | Line 7: | ||
|gr1= Diagnostic |GROUP1= | |gr1= Diagnostic |GROUP1= | ||
| Detects which '''{{arma2}}''' expansions and addons are available. Only works in '''{{arma2}}'''. | | Detects which '''{{arma2}}''' expansions and addons are available. Only works in '''{{arma2}}'''. | ||
{{Informative | {{Name|a2acr}} is not detected by this function.}} |DESCRIPTION= | {{Informative | {{Name|a2acr}} is not detected by this function.}} |DESCRIPTION= | ||
| call [[BIS_fnc_version]] |SYNTAX= | | call [[BIS_fnc_version]] |SYNTAX= | ||
Line 22: | Line 19: | ||
* 2: {{Name|a2baf}} | * 2: {{Name|a2baf}} | ||
* 4: {{Name|a2pmc}} |RETURNVALUE= | * 4: {{Name|a2pmc}} |RETURNVALUE= | ||
|x1= <code>_availableExpansions = [[call]] [[BIS_fnc_version]];</code> |EXAMPLE1= | |x1= <code>_availableExpansions = [[call]] [[BIS_fnc_version]];</code> |EXAMPLE1= | ||
|x2= <code>_playerHasPMC = 4 [[in]] ([[call]] [[BIS_fnc_version]]);</code> |EXAMPLE2= | |x2= <code>_playerHasPMC = 4 [[in]] ([[call]] [[BIS_fnc_version]]);</code> |EXAMPLE2= | ||
| [[productVersion]], [[requiredVersion]] |SEEALSO= | | [[productVersion]], [[requiredVersion]] |SEEALSO= |
Revision as of 00:00, 17 January 2021
Description
- Description:
- Detects which Arma 2 expansions and addons are available. Only works in Arma 2.
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- call BIS_fnc_version
- Return Value:
- Array of Numbers: can be:
Examples
- Example 1:
_availableExpansions = call BIS_fnc_version;
- Example 2:
_playerHasPMC = 4 in (call BIS_fnc_version);
Additional Information
- See also:
- productVersionrequiredVersion
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