sound.volume: Difference between revisions
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: | ||
{{ | {{ScriptItem2 | ||
| | |name = volume | ||
|side = client | |||
|type = property | |type = property | ||
|class = Sound | |class = Sound | ||
| | |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 | ||
}} | }} |
Latest revision as of 20:37, 19 November 2022
Property
Client Only
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.