[This is preliminary documentation and is subject to change.]
Gets the health of this wheel.
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public float Health { get; set; }Public Property Health As Single
	Get
	Set
public:
property float Health {
	float get ();
	void set (float value);
}Property Value
Type: 
SingleThe health of this wheel.
 
Reference