C# Class MUDServer.Location

Afficher le fichier Open project: sq/Fracture Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
Entities IEntity>.Dictionary
Exits List
Title string

Méthodes publiques

Méthode Description
AddEventListener ( IEntity listener ) : void
Enter ( IEntity entity ) : void
Exit ( IEntity entity ) : void
GetExits ( ) : IEnumerable
Location ( string name ) : System
NotifyEvent ( IEntity sender, EventType type, object evt ) : void
RemoveEventListener ( IEntity listener ) : void
ResolveName ( string name ) : IEntity

Method Details

AddEventListener() public méthode

public AddEventListener ( IEntity listener ) : void
listener IEntity
Résultat void

Enter() public méthode

public Enter ( IEntity entity ) : void
entity IEntity
Résultat void

Exit() public méthode

public Exit ( IEntity entity ) : void
entity IEntity
Résultat void

GetExits() public méthode

public GetExits ( ) : IEnumerable
Résultat IEnumerable

Location() public méthode

public Location ( string name ) : System
name string
Résultat System

NotifyEvent() public méthode

public NotifyEvent ( IEntity sender, EventType type, object evt ) : void
sender IEntity
type EventType
evt object
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( IEntity listener ) : void
listener IEntity
Résultat void

ResolveName() public méthode

public ResolveName ( string name ) : IEntity
name string
Résultat IEntity

Property Details

Description public_oe property

public string Description
Résultat string

Entities public_oe property

public Dictionary Entities
Résultat IEntity>.Dictionary

Exits public_oe property

public List Exits
Résultat List

Title public_oe property

public string Title
Résultat string