C# Class Server.Mobiles.GlobalTownCrierEntryList

Inheritance: ITownCrierEntryList
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
GetRandomEntry ( ) : TownCrierEntry
GlobalTownCrierEntryList ( ) : System
Initialize ( ) : void
RemoveEntry ( TownCrierEntry tce ) : void

Private Methods

Method Description
TownCriers_OnCommand ( Server.Commands.CommandEventArgs e ) : void

Method Details

AddEntry() public method

public AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
lines string
duration System.TimeSpan
return TownCrierEntry

GetRandomEntry() public method

public GetRandomEntry ( ) : TownCrierEntry
return TownCrierEntry

GlobalTownCrierEntryList() public method

public GlobalTownCrierEntryList ( ) : System
return System

Initialize() public static method

public static Initialize ( ) : void
return void

RemoveEntry() public method

public RemoveEntry ( TownCrierEntry tce ) : void
tce TownCrierEntry
return void