Difference between revisions of "VN fnc fruit destruct"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Asaayu |a= |e= |g1= vn_orange_functions |d= <pre>Play random hit sound. Sound can be customized by providing file path in 2nd parameter.</pre>...")
 
 
Line 2: Line 2:
  
 
|v= 1.00
 
|v= 1.00
|author=Asaayu
+
|author=Ethan Johnson
 
|a=
 
|a=
  

Latest revision as of 01:22, 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

Play random hit sound. Sound can be customized by providing file path in 2nd parameter.

Syntax

Syntax
[_obj,_soundType] call VN_fnc_fruit_destruct;
Parameters
_obj: Object - Object the script is attached to.
_soundType: String - Path to sound file.
Return value
Nothing