Difference between revisions of "VN fnc artillery bomb guide"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Guides a bomb through velocity transformation so it always hits the target.</pre> |s=...")
(No difference)

Revision as of 02:12, 5 May 2022

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

Description

Guides a bomb through velocity transformation so it always hits the target.

Syntax

Syntax
[] call VN_fnc_artillery_bomb_guide;
Parameters
_projectile: Object - (Optional, default OBJNULL) Projectile object
_target: Object - (Optional, default OBJNULL) Target object
Return value
Boolean - Function reached the end

Examples

Example 1
[bomb, player] call vn_fnc_artillery_bomb_guide;