Difference between revisions of "VN fnc vn f4 fired gbu8"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= functions |d= <pre>Applies random decal number to the vehicle</pre> |s= ["_vehicle"] call VN_fnc_vn_f4_decals_numbers; |p1n...")
 
Line 1: Line 1:
 +
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
|author=
+
|author=Yax
 
|a=
 
|a=
  
Line 9: Line 10:
 
|g1= functions
 
|g1= functions
  
|d= <pre>Applies random decal number to the vehicle</pre>
+
|d= <pre>Handles F4 GBU-8 firing. Sets last GBU-8 fire time to current time.</pre>
  
|s= ["_vehicle"] call [[VN_fnc_vn_f4_decals_numbers]];
+
|s= [] call [[VN_fnc_vn_f4_fired_gbu8]];
  
|p1n=_vehicle
+
|p1n=
|p1t=object
+
|p1t=
 
|p1d=
 
|p1d=
 
|p1v=
 
|p1v=
Line 26: Line 27:
 
|r1d=
 
|r1d=
  
|x1= <code>["_vehicle"] call [[VN_fnc_vn_f4_decals_numbers]];</code>
+
|x1=  
 
}}
 
}}

Revision as of 07:19, 7 May 2022

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

Description

Handles F4 GBU-8 firing. Sets last GBU-8 fire time to current time.

Syntax

Syntax
[] call VN_fnc_vn_f4_fired_gbu8;
Return value
Nothing