BIS fnc versionInfo: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 2/7) |
m (page filling) |
||
Line 3: | Line 3: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | a3 |= Game name | ||
|1.00|= Game version | |1.00|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | ||
* Fills first passed control with game type and version number. | |||
* Positions both controls according to game type.|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [control_1,controls_2] call [[BIS_fnc_versionInfo]];|= Syntax | ||
| |= Return value | |p1= control_1 - [[Control]] - Control for indication of game type (Stable/Dev) and version number (RscText).|= Parameter 1 | ||
|p2= control_2 - [[Control]] - Control for indication of modded game (RscActiveText).|= Parameter 2 | |||
|[[Nothing]]|= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[_ctrlVersion,_ctrlModded] [[call]] [[BIS_fnc_versionInfo]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | |[[productVersion]] |= See also | ||
}} | }} |
Revision as of 09:47, 10 May 2018
Description
- Description:
-
- Fills first passed control with game type and version number.
- Positions both controls according to game type.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [control_1,controls_2] call BIS_fnc_versionInfo;
- Parameters:
- control_1 - Control - Control for indication of game type (Stable/Dev) and version number (RscText).
- control_2 - Control - Control for indication of modded game (RscActiveText).
- Return Value:
- Nothing
Examples
- Example 1:
[_ctrlVersion,_ctrlModded] call BIS_fnc_versionInfo;
Additional Information
- See also:
- productVersion
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
[[Category:Introduced with a3 version 1.00]][[ Category: a3: New Functions | BIS FNC VERSIONINFO]][[ Category: a3: Functions | BIS FNC VERSIONINFO]]