Interface IPlayer
Assembly: AltV.Net.Client.dll
Syntax
public interface IPlayer : ISharedPlayer, IEntity, ISharedEntity, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
EntityAimingAt
Declaration
IEntity EntityAimingAt { get; }
Property Value
|
Improve this Doc
View Source
IsLocal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTalking
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MicLevel
Declaration
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NonSpatialVolume
Declaration
float NonSpatialVolume { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpatialVolume
Declaration
float SpatialVolume { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
TaskData
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vehicle
Declaration
IVehicle Vehicle { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddFilter(IAudioFilter)
Declaration
void AddFilter(IAudioFilter filter)
Parameters
|
Improve this Doc
View Source
GetFilter()
Declaration
Returns
|
Improve this Doc
View Source
RemoveFilter()
Declaration