Difference between revisions of "VN ms fnc persistentPlayerGroups"

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
 +
 
 +
|n= server
  
 
|g1= general
 
|g1= general
  
|d= <pre>/*
+
|d= Prevents player groups from being deleted when the last group player unit disconnects from the server.
    Author: Wyqer, veteran29
 
    Date: 2019-11-21
 
 
 
    Description:
 
        Prevents player groups from being deleted when last player from group leaves the server.
 
 
 
    Parameter(s):
 
        NONE
 
 
 
    Returns:
 
        Function reached the end [BOOL]
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
 
|s= [] call [[VN_ms_fnc_persistentPlayerGroups]]
 
|s= [] call [[VN_ms_fnc_persistentPlayerGroups]]
Line 40: Line 27:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_ms_fnc_persistentPlayerGroups]]</code>
 
}}
 
}}

Latest revision as of 21:53, 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
Execution: Server only

Description

Prevents player groups from being deleted when the last group player unit disconnects from the server.

Syntax

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

Examples

Example 1
[] call VN_ms_fnc_persistentPlayerGroups