VN_fnc_end_script

From Savage Game Design Wiki
Revision as of 01:48, 5 May 2022 by Slow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← 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;