Difference between revisions of "VN fnc rsna75 initDisplay"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (1 revision imported)
(Page filling)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a=  
+
|author=  
  
|e=
+
|a=
 +
 
 +
|e= local
  
 
|g1= weapon_functions
 
|g1= weapon_functions
  
|d= <pre>/*
+
|d= This function is initialized on the RscInGameUI onLoad event for the fan song; it is used to manage any kind of UI manipulation while the player is inside the fan song, particularly interior MFD rendering.<br>
* vn_fnc_rsna75_initDisplay
+
See also [[VN_fnc_rsna75_updateDisplay]].
*
 
* function is initialized on the RscInGameUI onLoad event for the fan song.
 
* function is used to manage any kind of UI manipulation while the player is inside the fan song, particularly interior MFD rendering
 
*
 
*
 
* params: none
 
*
 
* returns: none
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
|s= [] call [[VN_fnc_rsna75_initDisplay]];
+
|s= [] call [[VN_fnc_rsna75_initDisplay]]
  
 
|p1n=
 
|p1n=
Line 36: Line 26:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= string
|r1d=
+
|r1d= {{Biki|BIS_fnc_addStackedEventHandler}} event handler id
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_rsna75_initDisplay]];</code>
 
}}
 
}}

Latest revision as of 12:13, 22 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
Argument(s): n/a
Effect(s): local

Description

This function is initialized on the RscInGameUI onLoad event for the fan song; it is used to manage any kind of UI manipulation while the player is inside the fan song, particularly interior MFD rendering.
See also VN_fnc_rsna75_updateDisplay.

Syntax

Syntax
[] call VN_fnc_rsna75_initDisplay
Return value
String - BIS_fnc_addStackedEventHandler event handler id

Examples

Example 1
[] call VN_fnc_rsna75_initDisplay;