C# Class Server.Gumps.RelayInfo

Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetTextEntry ( int entryID ) : TextRelay
IsSwitched ( int switchID ) : bool
RelayInfo ( int buttonID, int switches, TextRelay textEntries )

Method Details

GetTextEntry() public method

public GetTextEntry ( int entryID ) : TextRelay
entryID int
return TextRelay

IsSwitched() public method

public IsSwitched ( int switchID ) : bool
switchID int
return bool

RelayInfo() public method

public RelayInfo ( int buttonID, int switches, TextRelay textEntries )
buttonID int
switches int
textEntries TextRelay