Difference between revisions of "VN fnc vn ejection 2"

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
  
 
|v= 1.00
 
|v= 1.00
  
|author= Bravo Zero One development
+
|author= Bravo Zero One development, adapted by TeTeT
  
|a=
+
|a= global
  
|e=
+
|e= global
  
 
|g1= functions
 
|g1= functions
  
|d= <pre>/*
+
|d= Adjusted {{Biki|BIS_fnc_planeEjection}} for the F/A-18F and some Unsung planes as these vehicles are two-seaters.
TeTeT: copied this from BI01 and adjusted it for the F/A-18F and then Unsung two seaters
 
as the driver or gunner could be already dead, we do not take care if either is alive
 
See the original function for full documentation.
 
All credits go to:
 
Author: Bravo Zero One development
 
- John_Spartan
 
Description:
 
- This function is designed to implement semi-authenthic ejection system on fixed wing aircraft that have such functionality enabled/configured.
 
*/
 
  
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
+
|s= [plane] call [[VN_fnc_vn_ejection_2]]
  
|s= [] call [[VN_fnc_vn_ejection_2]]
+
|p1n= plane
 
+
|p1t= object
|p1n=
+
|p1d= the plane from which to eject
|p1t=
 
|p1d=
 
 
|p1v=
 
|p1v=
  
Line 40: Line 28:
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[sogPlane] call [[VN_fnc_vn_ejection_2]];</code>
 
}}
 
}}

Latest revision as of 12:36, 22 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Bravo Zero One development, adapted by TeTeT
Argument(s): global
Effect(s): global

Description

Adjusted BIS_fnc_planeEjection for the F/A-18F and some Unsung planes as these vehicles are two-seaters.

Syntax

Syntax
[plane] call VN_fnc_vn_ejection_2
Parameters
plane: Object - the plane from which to eject
Return value
Nothing

Examples

Example 1
[sogPlane] call VN_fnc_vn_ejection_2;