BIS fnc versionInfo: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 39: | Line 39: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:versionInfo}}]] | [[Category:Functions|{{uc:versionInfo}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:versionInfo}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:versionInfo}}]] |
Revision as of 16:00, 10 October 2020
Description
- Description:
-
- Fills first passed control with game type and version number.
- Positions both controls according to game type.
- Execution:
- call
- Groups:
- GUI
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]]