sound.volume: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = property |class = Sound |name = volume |readonly = false |returnTypes = float |usage = fetch or set the volume for the sound |returnInf...")
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = volume
|side = client
|type = property
|type = property
|class = Sound
|class = Sound
|name = volume
|games = iii vc sa iv
|desc = fetch or set the volume for the sound
|return = float a float representing the volume of the sound
|readonly = false
|readonly = false
|returnTypes = float
|usage = fetch or set the volume for the sound
|returnInfo = a float representing the volume of the sound
}}
}}

Latest revision as of 20:37, 19 November 2022

Property Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read and Set

Available since Client 1.0.0

float sound.volume

The sound.volume property is used to fetch or set the volume for the sound.

Value

float A float representing the volume of the sound.
read/set This property can be changed, as well as read.

Types

Client Sound

Notes

There aren't any notes for this property.

Examples

There aren't any examples for this property.

Compatibility

There isn't any compatibility information for this property.