BIS fnc versionInfo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "<code>(\[[a-zA-Z0-9_, ]*\] )?\[\[(call|spawn)\]\] \[\[(BI[NS]\_fnc\_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1$2 $3;</sqf>") |
||
Line 16: | Line 16: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[_ctrlVersion, _ctrlModded] call BIS_fnc_versionInfo;</sqf> | ||
|seealso= [[productVersion]] | |seealso= [[productVersion]] | ||
}} | }} |
Revision as of 13:04, 5 May 2022
Description
- Description:
- Fills the first passed control with game type and version number, and positions both controls according to the game type.
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [gameTypeVersionControl, modControl] call BIS_fnc_versionInfo;
- Parameters:
- gameTypeVersionControl - Control - Control for indication of game type (Stable/Dev) and version number (RscText)
- modControl - Control - Control for indication of modded game (RscActiveText)
- Return Value:
- Nothing
Examples
- Example 1:
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