[This is preliminary documentation and is subject to change.]
Gets the speed of this Entity in meters per second.
This is equivalent of Velocity.Length().
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public float Speed { get; }
Public ReadOnly Property Speed As Single
Get
public:
property float Speed {
float get ();
}
Property Value
Type:
SingleThe speed.
Reference