Interface ILocalVehicle
Inherited Members
Namespace: AltV.Net.Client.Elements.Interfaces
Assembly: AltV.Net.Client.dll
Syntax
public interface ILocalVehicle : IVehicle, ISharedVehicle, IEntity, ISharedEntity, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Properties
| Improve this Doc View SourceIsStreamedIn
Declaration
bool IsStreamedIn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Declaration
uint Model { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
StreamingDistance
Declaration
uint StreamingDistance { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Visible
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |