C# Class Server.TreasureRegion

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

Méthodes publiques

Méthode Description
AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool
Initialize ( ) : void
OnEnter ( Server.Mobile m ) : void
OnExit ( Server.Mobile m ) : void
TreasureRegion ( int x, int y, Server.Map map ) : System

Method Details

AllowHousing() public méthode

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

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnEnter() public méthode

public OnEnter ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

OnExit() public méthode

public OnExit ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

TreasureRegion() public méthode

public TreasureRegion ( int x, int y, Server.Map map ) : System
x int
y int
map Server.Map
Résultat System