Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 278 Bytes

File metadata and controls

25 lines (13 loc) · 278 Bytes

Sound:GetVolume

获取音效播放的音量

value = sound:GetVolume()

参数:

  • sound [userdata-Sound]:音效数据

返回值:

  • value [number]:音量大小,取值范围为0-128

示例