mta-mono/MultiTheftAuto
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
..
EventArgs Submodule removed 2015-12-12 13:10:23 +03:00
Native Added methods for the Vehicle class (C#): 2015-12-27 20:53:50 +03:00
Pools Submodule removed 2015-12-12 13:10:23 +03:00
Properties Submodule removed 2015-12-12 13:10:23 +03:00
Utils Submodule removed 2015-12-12 13:10:23 +03:00
Account.cs Submodule removed 2015-12-12 13:10:23 +03:00
Ban.cs Submodule removed 2015-12-12 13:10:23 +03:00
Blip.cs Added Blip class 2015-12-23 23:25:52 +03:00
Blowfish.cs Submodule removed 2015-12-12 13:10:23 +03:00
CameraMatrix.cs Submodule removed 2015-12-12 13:10:23 +03:00
Color.cs Fixed #11 (Падение сервера при попытке получить свойства из Color на стороне C++) 2015-12-20 15:54:52 +03:00
ColShape.cs Added ColCircle, ColCuboid, ColSphere, ColRectangle, ColPolygon and ColTube classes 2015-12-23 23:27:08 +03:00
Config.cs Submodule removed 2015-12-12 13:10:23 +03:00
Console.cs Добавлен класс Console 2015-12-12 22:27:23 +03:00
Debug.cs Fixed argument for C# method Debug::Log 2015-12-27 19:43:44 +03:00
Element.cs Changed the implementation of method Element::GetByType<T> using Ling. 2015-12-27 20:46:29 +03:00
Event.cs Submodule removed 2015-12-12 13:10:23 +03:00
HeatHazeSettings.cs Submodule removed 2015-12-12 13:10:23 +03:00
Marker.cs Submodule removed 2015-12-12 13:10:23 +03:00
MultiTheftAuto.cs Submodule removed 2015-12-12 13:10:23 +03:00
MultiTheftAuto.csproj Fixed access modifier for Native.Blip class 2015-12-23 23:28:50 +03:00
Ped.cs Submodule removed 2015-12-12 13:10:23 +03:00
Pickup.cs Submodule removed 2015-12-12 13:10:23 +03:00
Player.cs Submodule removed 2015-12-12 13:10:23 +03:00
PlayerACInfo.cs Submodule removed 2015-12-12 13:10:23 +03:00
PlayerModInfo.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
ServerVersion.cs Submodule removed 2015-12-12 13:10:23 +03:00
Team.cs Submodule removed 2015-12-12 13:10:23 +03:00
Vector2.cs Submodule removed 2015-12-12 13:10:23 +03:00
Vector3.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
VehicleColor.cs Submodule removed 2015-12-12 13:10:23 +03:00
VehicleWheelsState.cs Submodule removed 2015-12-12 13:10:23 +03:00
Weapon.cs Submodule removed 2015-12-12 13:10:23 +03:00