Difference between revisions of "VN ms module fnc vehicleRespawn init"

From Savage Game Design Wiki
Jump to navigation Jump to search
vn>Unknown user
m (Generated by LM_exportFunctionsToWiki.sqf)
 
(Page filling)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a= Wyqer, veteran29
+
|author= Wyqer, veteran29
  
|e=
+
|a= global
 +
 
 +
|e= global
  
 
|g1= VehicleRespawn
 
|g1= VehicleRespawn
  
|d= <pre>/*
+
|d= Initialises synchronised vehicles respawn. Uses [[VN_ms_module_fnc_vehicleRespawn_add]].
    Author: Wyqer, veteran29
 
    Date: 2019-06-21
 
 
 
    Description:
 
        No description added yet.
 
 
 
    Parameter(s):
 
        _logic - Vehicle respawn logic [OBJECT, defaults to objNull]
 
 
 
    Returns:
 
        Function reached the end [BOOL]
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
|s= [] call [[vn_ms_module_fnc_vehicleRespawn_init]];
+
|s= [logic] call [[VN_ms_module_fnc_vehicleRespawn_init]]
  
|p1n=
+
|p1n= logic
|p1t=
+
|p1t= object
|p1d=
+
|p1d= the module logic
 
|p1v=
 
|p1v=
  
Line 37: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[module] call [[VN_ms_module_fnc_vehicleRespawn_add]];</code>
 
}}
 
}}

Latest revision as of 19:42, 26 February 2021

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

Description

Initialises synchronised vehicles respawn. Uses VN_ms_module_fnc_vehicleRespawn_add.

Syntax

Syntax
[logic] call VN_ms_module_fnc_vehicleRespawn_init
Parameters
logic: Object - the module logic
Return value
Boolean - function's success

Examples

Example 1
[module] call VN_ms_module_fnc_vehicleRespawn_add;