Difference between revisions of "VN ms fnc hideRespawnMarkers"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "[[vn_" to "[[VN_")
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 8: Line 7:
 
|a=
 
|a=
  
|e=
+
|e= global
  
 
|g1= general
 
|g1= general
  
|d= <pre>/*
+
|d= Hides all BI respawn markers for units.
    Author: Wyqer, veteran29
 
    Date: 2019-08-11
 
 
 
    Description:
 
        Hides all BIS respawn markes related to units.
 
 
 
    Parameter(s):
 
        NONE
 
 
 
    Returns:
 
        Function reached the end [BOOL]
 
*/
 
 
 
// respawn markers are named same as player unit
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
 
|s= [] call [[VN_ms_fnc_hideRespawnMarkers]]
 
|s= [] call [[VN_ms_fnc_hideRespawnMarkers]]
Line 41: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_ms_fnc_hideRespawnMarkers]];</code>
 
}}
 
}}

Latest revision as of 21:22, 25 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): global

Description

Hides all BI respawn markers for units.

Syntax

Syntax
[] call VN_ms_fnc_hideRespawnMarkers
Return value
Boolean - function's success

Examples

Example 1
[] call VN_ms_fnc_hideRespawnMarkers;