Difference between revisions of "VN fnc vn wheeled doors"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= functions |d= <pre>Closes all doors in the vehicle</pre> |s= [_wheeled_doors] call vn_fnc_vn_wheeled_doors; |p1n=_...")
 
(No difference)

Latest revision as of 20:30, 26 April 2022

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

Description

Closes all doors in the vehicle

Syntax

Syntax
[_wheeled_doors] call vn_fnc_vn_wheeled_doors;
Parameters
_wheeled_doors: Object - (Optional, default OBJNULL) Vehicle which will be affected
Return value
Boolean - Function reached the end

Examples

Example 1
[truck] call vn_fnc_vn_wheeled_doors