BIS fnc versionInfo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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(...)
m (Text replacement - "{{Function" to "{{RV|type=function ")
Line 1: Line 1:
{{Function| a3|1.00|gr1= GUI|
{{RV|type=function
| a3|1.00|gr1= GUI|
* 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.| [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>
* 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>

Revision as of 12:45, 24 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
GUI

Syntax

Syntax:
Syntax needed
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:
Return value needed

Examples

Example 1:
[_ctrlVersion,_ctrlModded] call BIS_fnc_versionInfo;

Additional Information

See also:
See also needed

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