Home / Lua / Client / Vehicle

Static functions

Returns Prototype
Vehicle GetById(number)
number GetMassByModelId(number)
string GetNameByModelId(number)

Functions

Returns Prototype
Angle GetAngle()
Vector3 GetAngularVelocity()
Vector3, Vector3 GetBoundingBox()
Vector3 GetCenterOfMass()
Color, Color GetColors()
string GetDecal()
Player GetDriver()
number GetHealth()
number GetId()
boolean GetInvulnerable()
Vector3 GetLinearVelocity()
number GetMass()
number GetModelId()
string GetName()
table GetOccupants()
Vector3 GetPosition()
string GetTemplate()
boolean IsValid()

Operators

Returns Prototype
boolean Vehicle == Vehicle
string tostring(Vehicle)