C# Class Server.Mobiles.GlobalTownCrierEntryList

Inheritance: ITownCrierEntryList
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

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

Private Methods

Méthode Description
TownCriers_OnCommand ( Server.Commands.CommandEventArgs e ) : void

Method Details

AddEntry() public méthode

public AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
lines string
duration System.TimeSpan
Résultat TownCrierEntry

GetRandomEntry() public méthode

public GetRandomEntry ( ) : TownCrierEntry
Résultat TownCrierEntry

GlobalTownCrierEntryList() public méthode

public GlobalTownCrierEntryList ( ) : System
Résultat System

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

RemoveEntry() public méthode

public RemoveEntry ( TownCrierEntry tce ) : void
tce TownCrierEntry
Résultat void