VN_fnc_menu_credits

From Savage Game Design Wiki
Revision as of 20:20, 4 May 2022 by Slow (talk | contribs) (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...")
(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, 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