VN_fnc_T884_setVolume

From Savage Game Design Wiki
Revision as of 17:02, 9 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= radios |d= <pre>Sets volume of T884. Parameter are same as onMouseButtonDown</pre> |s= ["_control", "_button", "_xPos", "_...")
(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 Heyoxe
Argument(s): n/a
Effect(s): unknown

Description

Sets volume of T884. Parameter are same as onMouseButtonDown

Syntax

Syntax
["_control", "_button", "_xPos", "_yPos", "_shift", "_ctrl", "_alt"] call VN_fnc_T884_setVolume;
Parameters
_control: Control
_button
_xPos
_yPos
_shift: Boolean
_ctrl: Boolean
_alt: Boolean
Return value
Nothing

Examples

Example 1
([_this#0,0,0,0] + (uiNamespace getVariable ['@VN_RadioDialog_T884_State', [false,false,false]])) call VN_fnc_T884_setVolume