Difference between revisions of "VN fnc vn ejection 2"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |e=" to " |a= |e=") |
Lou Montana (talk | contribs) (Page filling) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{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= | + | |d= Adjusted {{Biki|BIS_fnc_planeEjection}} for the F/A-18F and some Unsung planes as these vehicles are two-seaters. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[VN_fnc_vn_ejection_2]] | + | |s= [plane] call [[VN_fnc_vn_ejection_2]] |
− | |p1n= | + | |p1n= plane |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= the plane from which to eject |
|p1v= | |p1v= | ||
Line 40: | Line 28: | ||
|r1d= | |r1d= | ||
− | |x1= <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 |
|
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;