BIS fnc GUInewsfeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *D([a-z])" to "$1 - d$2")
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= GUI
____________________________________________________________________________________________


| Load newsfeed. |DESCRIPTION=
|descr= Load newsfeed.
____________________________________________________________________________________________


| [display] call [[BIS_fnc_GUInewsfeed]] |SYNTAX=
|s1= [display] call [[BIS_fnc_GUInewsfeed]]
____________________________________________________________________________________________


|p1= display: [[Display]] - Display where newsfeed with IDC 1101 is|PARAMETER1=
|p1= display: [[Display]] - display where newsfeed with IDC 1101 is
____________________________________________________________________________________________


| [[Boolean]] - [[True]] when online |RETURNVALUE=
|r1= [[Boolean]] - [[true]] when online
____________________________________________________________________________________________


|x1= <code>[_display] [[call]] [[BIS_fnc_GUInewsfeed]];</code> |=
|x1= <sqf>[_display] call BIS_fnc_GUInewsfeed;</sqf>
____________________________________________________________________________________________


| [[findDisplay]] |SEEALSO=
|seealso= [[findDisplay]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:GUInewsfeed}}]]
[[Category:Functions|{{uc:GUInewsfeed}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:GUInewsfeed}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:GUInewsfeed}}]]

Latest revision as of 15:01, 8 November 2023

Hover & click on the images for description

Description

Description:
Load newsfeed.
Execution:
call
Groups:
GUI

Syntax

Syntax:
[display] call BIS_fnc_GUInewsfeed
Parameters:
display: Display - display where newsfeed with IDC 1101 is
Return Value:
Boolean - true when online

Examples

Example 1:
[_display] call BIS_fnc_GUInewsfeed;

Additional Information

See also:
findDisplay

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