BIS fnc GUInewsfeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
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 14: Line 14:
|r1= [[Boolean]] - [[true]] when online
|r1= [[Boolean]] - [[true]] when online


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


|seealso= [[findDisplay]]
|seealso= [[findDisplay]]
}}
}}

Revision as of 14:04, 5 May 2022

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