Difference between revisions of "VN fnc ui oscar hide"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= oscar |d= <pre>Hides plaque.</pre> |s= [_removeBlack] call VN_fnc_ui_oscar_hide; |p1n=_removeBlack |p1t=BOOLEAN |p1d=...")
 
(No difference)

Latest revision as of 02:43, 5 May 2022

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

Description

Hides plaque.

Syntax

Syntax
[_removeBlack] call VN_fnc_ui_oscar_hide;
Parameters
_removeBlack: Boolean - (Optional, default true) Remove background?
Return value
Nothing

Examples

Example 1
[] spawn vn_fnc_ui_oscar_hide;