[This is preliminary documentation and is subject to change.]
Gets or sets whether this instance is driveable.
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public bool IsDriveable { get; set; }Public Property IsDriveable As Boolean
	Get
	Set
public:
property bool IsDriveable {
	bool get ();
	void set (bool value);
}Property Value
Type: 
BooleanWhether this instance is driveable.
 
Reference