C# Class Server.Regions.HouseRegion

Inheritance: BaseRegion
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Свойство Type Description
CombatHeatDelay System.TimeSpan
HousePriority int

Méthodes publiques

Méthode Description
AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool
CheckAccessibility ( Item item, Server.Mobile from ) : bool
GetLogoutDelay ( Server.Mobile m ) : System.TimeSpan
HouseRegion ( BaseHouse house ) : System
Initialize ( ) : void
OnDecay ( Item item ) : bool
OnLocationChanged ( Server.Mobile m, Server.Point3D oldLocation ) : void
OnLogin ( LoginEventArgs e ) : void
OnMoveInto ( Server.Mobile from, Direction d, Server.Point3D newLocation, Server.Point3D oldLocation ) : bool
OnSingleClick ( Server.Mobile from, object o ) : bool
OnSpeech ( SpeechEventArgs e ) : void
SendInaccessibleMessage ( Item item, Server.Mobile from ) : bool

Private Methods

Méthode Description
GetArea ( BaseHouse house ) : Server.Rectangle3D[]

Method Details

AllowHousing() public méthode

public AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool
from Server.Mobile
p Server.Point3D
Résultat bool

CheckAccessibility() public méthode

public CheckAccessibility ( Item item, Server.Mobile from ) : bool
item Item
from Server.Mobile
Résultat bool

GetLogoutDelay() public méthode

public GetLogoutDelay ( Server.Mobile m ) : System.TimeSpan
m Server.Mobile
Résultat System.TimeSpan

HouseRegion() public méthode

public HouseRegion ( BaseHouse house ) : System
house Server.Multis.BaseHouse
Résultat System

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnDecay() public méthode

public OnDecay ( Item item ) : bool
item Item
Résultat bool

OnLocationChanged() public méthode

public OnLocationChanged ( Server.Mobile m, Server.Point3D oldLocation ) : void
m Server.Mobile
oldLocation Server.Point3D
Résultat void

OnLogin() public static méthode

public static OnLogin ( LoginEventArgs e ) : void
e Server.LoginEventArgs
Résultat void

OnMoveInto() public méthode

public OnMoveInto ( Server.Mobile from, Direction d, Server.Point3D newLocation, Server.Point3D oldLocation ) : bool
from Server.Mobile
d Direction
newLocation Server.Point3D
oldLocation Server.Point3D
Résultat bool

OnSingleClick() public méthode

public OnSingleClick ( Server.Mobile from, object o ) : bool
from Server.Mobile
o object
Résultat bool

OnSpeech() public méthode

public OnSpeech ( SpeechEventArgs e ) : void
e Server.SpeechEventArgs
Résultat void

SendInaccessibleMessage() public méthode

public SendInaccessibleMessage ( Item item, Server.Mobile from ) : bool
item Item
from Server.Mobile
Résultat bool

Property Details

CombatHeatDelay public_oe static_oe property

public static TimeSpan,System CombatHeatDelay
Résultat System.TimeSpan

HousePriority public_oe static_oe property

public static int HousePriority
Résultat int