Difference between revisions of "VN fnc menu credits"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson, Heyoxe |a= |e= |g1= end |d= <pre>Plays credits scene over menu display</pre> |s= [_control] call VN_fnc_menu_credits; |p1n...")
 
(No difference)

Latest revision as of 20:20, 4 May 2022

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

Description

Plays credits scene over menu display

Syntax

Syntax
[_control] call VN_fnc_menu_credits;
Parameters
_control: Control - Control
Return value
Nothing

Examples

Example 1
[true, { hint "Credits done!"; }] call vn_fnc_credits