Class AudioCategory
Package: @altmp/altv-types
Syntax
Properties
|
Improve this Doc
View Source
name
Declaration
public readonly name: string
Property Value
|
Improve this Doc
View Source
volume
Declaration
Property Value
|
Improve this Doc
View Source
distanceRolloffScale
Declaration
public distanceRolloffScale: number
Property Value
|
Improve this Doc
View Source
plateauRolloffScale
Declaration
public plateauRolloffScale: number
Property Value
|
Improve this Doc
View Source
occlusionDamping
Declaration
public occlusionDamping: number
Property Value
|
Improve this Doc
View Source
environmentalFilterDamping
Declaration
public environmentalFilterDamping: number
Property Value
|
Improve this Doc
View Source
sourceReverbDamping
Declaration
public sourceReverbDamping: number
Property Value
|
Improve this Doc
View Source
distanceReverbDamping
Declaration
public distanceReverbDamping: number
Property Value
|
Improve this Doc
View Source
interiorReverbDamping
Declaration
public interiorReverbDamping: number
Property Value
|
Improve this Doc
View Source
environmentalLoudness
Declaration
public environmentalLoudness: number
Property Value
|
Improve this Doc
View Source
underwaterWetLevel
Declaration
public underwaterWetLevel: number
Property Value
|
Improve this Doc
View Source
stonedWetLevel
Declaration
public stonedWetLevel: number
Property Value
|
Improve this Doc
View Source
pitch
Declaration
Property Value
|
Improve this Doc
View Source
lowPassFilterCutoff
Declaration
public lowPassFilterCutoff: number
Property Value
|
Improve this Doc
View Source
highPassFilterCutoff
Declaration
public highPassFilterCutoff: number
Property Value
Methods
|
Improve this Doc
View Source
getForName(string)
Declaration
public static getForName(categoryName: string): AudioCategory
Parameters
Type |
Name |
Description |
string |
categoryName |
|
Returns