mta-mono/MultiTheftAuto/Native
Kernell cea46b3241 Added methods for the Vehicle class (C#):
string GetVehicleType()
char[] GetVariant()
VehicleColor GetColor()
static int GetModelFromName( string name )
bool GetLandingGearDown()
int GetMaxPassengers()
string GetName()
Ped GetOccupant( int seat = 0 )
Ped GetController()
IEnumerable<Ped> GetOccupants()
bool GetSirensOn()
Vector3 GetTurnVelocity()
Vector3 GetTurretPosition()
int GetUpgradeOnSlot( int slot )
UInt32[] GetUpgrades()
UInt32[] GetCompatibleUpgrades( int slot = 0 )
int GetDoorState( int door )
VehicleWheelsState GetWheelStates()
int GetLightState( int light )
int GetPanelState( int panel )
int GetOverrideLights()
Vehicle GetTowedByVehicle()
Vehicle GetTowingVehicle()
int GetPaintjob()
string GetPlateText()
bool GetEngineState()
bool GetTrainDirection()
float GetTrainSpeed()
Color GetHeadLightColor()
float GetVehicleDoorOpenRatio( int door )

bool IsTaxiLightOn()
bool IsTrainDerailed()
bool IsTrainDerailable()
bool IsDamageProof()
bool IsFuelTankExplodable()
bool IsOnGround()
bool IsBlown()
bool IsLocked()
2015-12-27 20:53:50 +03:00
..
Account.cs Submodule removed 2015-12-12 13:10:23 +03:00
Blip.cs Fixed access modifier for Native.Blip class 2015-12-23 23:28:50 +03:00
ColShape.cs Submodule removed 2015-12-12 13:10:23 +03:00
Element.cs Submodule removed 2015-12-12 13:10:23 +03:00
Event.cs Submodule removed 2015-12-12 13:10:23 +03:00
Explosion.cs Submodule removed 2015-12-12 13:10:23 +03:00
Fire.cs Submodule removed 2015-12-12 13:10:23 +03:00
Game.cs Submodule removed 2015-12-12 13:10:23 +03:00
Marker.cs Submodule removed 2015-12-12 13:10:23 +03:00
Object.cs Submodule removed 2015-12-12 13:10:23 +03:00
Ped.cs Submodule removed 2015-12-12 13:10:23 +03:00
Player.cs Submodule removed 2015-12-12 13:10:23 +03:00
RadarArea.cs Submodule removed 2015-12-12 13:10:23 +03:00
Resource.cs Submodule removed 2015-12-12 13:10:23 +03:00
Server.cs Resolved #9 (Добавить поддержку серверных команд) 2015-12-12 22:50:24 +03:00
Team.cs Submodule removed 2015-12-12 13:10:23 +03:00
Vehicle.cs Added methods for the Vehicle class (C#): 2015-12-27 20:53:50 +03:00
Water.cs Submodule removed 2015-12-12 13:10:23 +03:00