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

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " {{Function" to "Category:TODO {{Function")
(Page filling)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 6: Line 5:
 
|author= Wyqer, veteran29
 
|author= Wyqer, veteran29
  
|a=
+
|a= global
  
|e=
+
|e= global
  
 
|g1= VehicleRespawn
 
|g1= VehicleRespawn
  
|d= <pre>/*
+
|d= Sends a notification to everyone about vehicle's respawn.
    Author: Wyqer, veteran29
 
    Date: 2019-06-22
 
  
    Description:
+
|s= [vehicle] call [[VN_ms_module_fnc_vehicleRespawn_notify]]
        Notifies about vehicle respawn.
 
  
    Parameter(s):
+
|p1n= vehicle
        _vehicle - Vehicle which respawned to notify about [OBJECT, defaults to objNull]
+
|p1t= object
 
+
|p1d= vehicle respawned
    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_notify]];
 
 
 
|p1n=
 
|p1t=
 
|p1d=
 
 
|p1v=
 
|p1v=
  
Line 39: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[sogJeep] call [[VN_ms_module_fnc_vehicleRespawn_notify]];</code>
 
}}
 
}}

Latest revision as of 19:49, 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

Sends a notification to everyone about vehicle's respawn.

Syntax

Syntax
[vehicle] call VN_ms_module_fnc_vehicleRespawn_notify
Parameters
vehicle: Object - vehicle respawned
Return value
Boolean - function's success

Examples

Example 1
[sogJeep] call VN_ms_module_fnc_vehicleRespawn_notify;