Difference between revisions of "VN fnc rsna75 updateDisplay"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "]]; |p1n=" to "]] |p1n=")
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 8: Line 7:
 
|a=
 
|a=
  
|e=
+
|e= local
  
 
|g1= weapon_functions
 
|g1= weapon_functions
  
|d= <pre>/*
+
|d= This function usage is defined by [[VN_fnc_rsna75_initDisplay]] and is used to once per second update UI elements of the Fan Song MFDs.
* vn_fnc_rsna75_updateDisplay
 
*
 
* function is used to once per second update UI elements of the Fan Song MFDs
 
*
 
*
 
* params: none
 
*
 
* returns: none
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
 
|s= [] call [[VN_fnc_rsna75_updateDisplay]]
 
|s= [] call [[VN_fnc_rsna75_updateDisplay]]
Line 39: Line 28:
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_rsna75_updateDisplay]];</code>
 
}}
 
}}

Latest revision as of 12:14, 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 usage is defined by VN_fnc_rsna75_initDisplay and is used to once per second update UI elements of the Fan Song MFDs.

Syntax

Syntax
[] call VN_fnc_rsna75_updateDisplay
Return value
Nothing

Examples

Example 1
[] call VN_fnc_rsna75_updateDisplay;