BIS fnc versionInfo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...)
Line 1: Line 1:
{{Function|Comments=
{{Function| a3|1.00|gr1= GUI|
 
| a3 |Game name=
 
|1.00|Game version=
 
|gr1= GUI |GROUP1=
 
|
* Fills first passed control with game type and version number.
* Fills first passed control with game type and version number.
* Positions both controls according to game type.|DESCRIPTION=
* Positions both controls according to game type.| [control_1,controls_2] call [[BIS_fnc_versionInfo]];|p1= control_1 - [[Control]] - Control for indication of game type (Stable/Dev) and version number (RscText).|p2= control_2 - [[Control]] - Control for indication of modded game (RscActiveText).|[[Nothing]]|x1= <code>[_ctrlVersion,_ctrlModded] [[call]] [[BIS_fnc_versionInfo]];</code>
 
| [control_1,controls_2] call [[BIS_fnc_versionInfo]];|SYNTAX=
 
|p1= control_1 - [[Control]] - Control for indication of game type (Stable/Dev) and version number (RscText).|PARAMETER1=
 
|p2= control_2 - [[Control]] - Control for indication of modded game (RscActiveText).|PARAMETER2=
 
|[[Nothing]]|RETURNVALUE=
 
|x1= <code>[_ctrlVersion,_ctrlModded] [[call]] [[BIS_fnc_versionInfo]];</code>
 
|[[productVersion]] |SEEALSO=


}}
|[[productVersion]]}}





Revision as of 10:57, 18 January 2021

-wrong parameter ("a3") defined!-[[:Category:Introduced with a3 version 1.00|1.00]]
Hover & click on the images for description

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]]