C# 클래스 OpenBveApi.Runtime.Handles

Represents the handles of the cab.
파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

공개 메소드들

메소드 설명
Handles ( int reverser, int powerNotch, int brakeNotch, bool constSpeed ) : System

Creates a new instance of this class.

메소드 상세

Handles() 공개 메소드

Creates a new instance of this class.
public Handles ( int reverser, int powerNotch, int brakeNotch, bool constSpeed ) : System
reverser int The current reverser position.
powerNotch int The current power notch.
brakeNotch int The current brake notch.
constSpeed bool Whether the const speed system is enabled.
리턴 System