C# Class Server.Regions.HouseRegion

Inheritance: BaseRegion
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
CombatHeatDelay System.TimeSpan
HousePriority int

Public Methods

Method 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

Method Description
GetArea ( BaseHouse house ) : Server.Rectangle3D[]

Method Details

AllowHousing() public method

public AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool
from Server.Mobile
p Server.Point3D
return bool

CheckAccessibility() public method

public CheckAccessibility ( Item item, Server.Mobile from ) : bool
item Item
from Server.Mobile
return bool

GetLogoutDelay() public method

public GetLogoutDelay ( Server.Mobile m ) : System.TimeSpan
m Server.Mobile
return System.TimeSpan

HouseRegion() public method

public HouseRegion ( BaseHouse house ) : System
house Server.Multis.BaseHouse
return System

Initialize() public static method

public static Initialize ( ) : void
return void

OnDecay() public method

public OnDecay ( Item item ) : bool
item Item
return bool

OnLocationChanged() public method

public OnLocationChanged ( Server.Mobile m, Server.Point3D oldLocation ) : void
m Server.Mobile
oldLocation Server.Point3D
return void

OnLogin() public static method

public static OnLogin ( LoginEventArgs e ) : void
e Server.LoginEventArgs
return void

OnMoveInto() public method

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
return bool

OnSingleClick() public method

public OnSingleClick ( Server.Mobile from, object o ) : bool
from Server.Mobile
o object
return bool

OnSpeech() public method

public OnSpeech ( SpeechEventArgs e ) : void
e Server.SpeechEventArgs
return void

SendInaccessibleMessage() public method

public SendInaccessibleMessage ( Item item, Server.Mobile from ) : bool
item Item
from Server.Mobile
return bool

Property Details

CombatHeatDelay public_oe static_oe property

public static TimeSpan,System CombatHeatDelay
return System.TimeSpan

HousePriority public_oe static_oe property

public static int HousePriority
return int