Difference between revisions of "VN fnc end script"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_end_functions |d= <pre>Internal script used by the ending ui to play effects on screen, has no use outside of thi...")
 
 
Line 11: Line 11:
 
|d= <pre>Internal script used by the ending ui to play effects on screen, has no use outside of this context.</pre>
 
|d= <pre>Internal script used by the ending ui to play effects on screen, has no use outside of this context.</pre>
  
|s= [] call [[VN_fnc_end_script]];
+
|s= [_ui,_type] call [[VN_fnc_end_script]];
  
 
|p1n=_ui
 
|p1n=_ui

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

Internal script used by the ending ui to play effects on screen, has no use outside of this context.

Syntax

Syntax
[_ui,_type] call VN_fnc_end_script;
Parameters
_ui: Array - (Optional, default []) Array containing UI display.
_type: String - (Optional, default "") Switch case.
Return value
Boolean - Function reached the end

Examples

Example 1
[_this,"onload"] call vn_fnc_end_script;