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...")
(No difference)

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
[] 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;