C# Class OpenBveApi.Runtime.BeaconData

Represents data trasmitted by a beacon.
Show file Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
BeaconData ( int type, int optional, SignalData signal ) : System

Creates a new instance of this class.

Method Details

BeaconData() public method

Creates a new instance of this class.
public BeaconData ( int type, int optional, SignalData signal ) : System
type int The type of beacon.
optional int Optional data the beacon transmits.
signal SignalData The section the beacon is attached to.
return System