BIS fnc displayLoading: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...")
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| tkoh |= Game name
| TKOH |= Game name


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| [[Loading Screens]] init. |= Description
File: ui_loadingText.sqf
____________________________________________________________________________________________
 
Description:
Loading screen hints


Returned value(s):
| [onLoad,id] call BIS_fnc_displayLoading; |= Syntax
Nothing
*/
#define DISPLAY (_this select 0)
#define RSCLOADINGHINT (DISPLAY displayctrl 8400)
#define RSCLOADINGBCG (DISPLAY displayctrl 8401)
#define RSCLOADINGPROGRESS (DISPLAY displayctrl 104)
#define RSCLOADINGPROGRESSBCG (DISPLAY displayctrl 1201)
#define RSCLOADINGPIC (DISPLAY displayctrl 105)
#define RSCLOADINGPICDEF (DISPLAY displayctrl 1200)


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= onLoad: [[Array]] - params provided by onLoad [[User_Interface_Event_Handlers|UI Event Handler]] |= Parameter 1
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_displayLoading]]; --> |= Syntax
|p2= id: [[Number]] - id of loading screen. Used only for debugging. |= Parameter 2


|p1= |= Parameter 1
| [[Nothing]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
 
|x1= <code></code> |=  
|x1= <code>([_this,##ID##] call (uinamespace getvariable 'bis_fnc_displayLoading')</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Loading Screens]] |= See also


}}
}}
Line 50: Line 34:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:displayLoading}}]]
 
[[Category:Functions|{{uc:displayLoading}}]]
[[Category:Take_On_Helicopters:_Functions|displayLoading]]
[[Category:{{Name|tkoh}}: Functions|{{uc:displayLoading}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:displayLoading}}]]

Revision as of 16:29, 25 October 2011

Hover & click on the images for description

Description

Description:
Loading Screens init.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[onLoad,id] call BIS_fnc_displayLoading;
Parameters:
onLoad: Array - params provided by onLoad UI Event Handler
id: Number - id of loading screen. Used only for debugging.
Return Value:
Nothing

Examples

Example 1:
([_this,##ID##] call (uinamespace getvariable 'bis_fnc_displayLoading')

Additional Information

See also:
Loading Screens

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