C# Class SimShift.Services.Antistall

This module is the "Auto-Clutch" feature and engages the clutch when the engine is about to stall. It also ensures smooth get-away when the user engages throttle when the vehicle has stopped.
Inheritance: IControlChainObj, IConfigurable
Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Protected Properties

Свойство Type Description
BlipFull bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Antistall ( ) : System
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
GetAxis ( JoyControls c, double val ) : double
GetButton ( JoyControls c, bool val ) : bool
Requires ( JoyControls c ) : bool
ResetParameters ( ) : void
TickControls ( ) : void
TickTelemetry ( IDataMiner telemetry ) : void

Method Details

Antistall() public méthode

public Antistall ( ) : System
Résultat System

ApplyParameter() public méthode

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
Résultat void

ExportParameters() public méthode

public ExportParameters ( ) : IEnumerable
Résultat IEnumerable

GetAxis() public méthode

public GetAxis ( JoyControls c, double val ) : double
c JoyControls
val double
Résultat double

GetButton() public méthode

public GetButton ( JoyControls c, bool val ) : bool
c JoyControls
val bool
Résultat bool

Requires() public méthode

public Requires ( JoyControls c ) : bool
c JoyControls
Résultat bool

ResetParameters() public méthode

public ResetParameters ( ) : void
Résultat void

TickControls() public méthode

public TickControls ( ) : void
Résultat void

TickTelemetry() public méthode

public TickTelemetry ( IDataMiner telemetry ) : void
telemetry IDataMiner
Résultat void

Property Details

BlipFull protected_oe property

protected bool BlipFull
Résultat bool