VN_fnc_ui_oscar_hide
Revision as of 02:43, 5 May 2022 by Slow (talk | contribs) (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=...")
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Heyoxe |
|
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;