Class VehicleExhaustionConfig
Inheritance
System.Object
VehicleExhaustionConfig
Assembly: Eco.Gameplay.dll
Syntax
public class VehicleExhaustionConfig : Object
Constructors
VehicleExhaustionConfig(String, Boolean)
Declaration
public VehicleExhaustionConfig(string name, bool exhaustion)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
exhaustion |
|
Properties
IsExhaustable
Declaration
public bool IsExhaustable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods