BIS fnc GUInewsfeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(pf)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Load newsfeed. |= Description
| Load newsfeed. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] - [[True]] when online |= Return value
| [[Boolean]] - [[True]] when online |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[findDisplay]] |= See also
| [[findDisplay]] |SEEALSO=
}}
}}



Revision as of 12:28, 7 April 2019

Hover & click on the images for description

Description

Description:
Load newsfeed.
Execution:
call
Groups:
Uncategorised

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


Notes

Bottom Section