Difference between revisions of "VN fnc whitelisted arsenal vehicle eject"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " |e=" to " |a= |e=")
m (Text replacement - " {{Function" to "Category:TODO {{Function")
Line 1: Line 1:
 
+
[[Category:TODO]]
 
{{Function
 
{{Function
  

Revision as of 22:36, 5 January 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

/*
        FILE: fn_whitelisted_arsenal_vehicle_eject.sqf
        DATE: 28-05-2019
        AUTHOR: Ethan Johnson

        DESCRIPTION:
                Gets the vehicle the unit has gotten into and checks it against the vehicles for their current rank.
        PARAMETERS:
                (0): OBJECT - Vehicle the player has gotten into. Should be used with the "GetInMan" & "SeatSwitchedMan" event handlers
        RETURNS:
                NONE
*/
(Placeholder description extracted from the function header by LM_exportFunctionsToWiki.sqf)

Syntax

Syntax
[] call VN_fnc_whitelisted_arsenal_vehicle_eject;
Return value
Nothing

Examples

Example 1
-