C# Class Server.Items.Moongate

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

Private Properties

Свойство Type Description
Moongate System
Moongate System
Moongate System

Méthodes publiques

Méthode Description
BeginConfirmation ( Mobile from ) : void
CheckGate ( Mobile m, int range ) : void
DelayCallback ( Mobile from, int range ) : void
Deserialize ( GenericReader reader ) : void
EndConfirmation ( Mobile from ) : void
IsInTown ( Point3D p, Map map ) : bool
Moongate ( Serial serial ) : System
OnDoubleClick ( Mobile from ) : void
OnGateUsed ( Mobile m ) : void
OnMoveOver ( Mobile m ) : bool
Serialize ( GenericWriter writer ) : void
UseGate ( Mobile m ) : void
ValidateUse ( Mobile from, bool message ) : bool

Private Methods

Méthode Description
Moongate ( ) : System
Moongate ( Point3D target, Map targetMap ) : System
Moongate ( bool bDispellable ) : System

Method Details

BeginConfirmation() public méthode

public BeginConfirmation ( Mobile from ) : void
from Mobile
Résultat void

CheckGate() public méthode

public CheckGate ( Mobile m, int range ) : void
m Mobile
range int
Résultat void

DelayCallback() public méthode

public DelayCallback ( Mobile from, int range ) : void
from Mobile
range int
Résultat void

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

EndConfirmation() public méthode

public EndConfirmation ( Mobile from ) : void
from Mobile
Résultat void

IsInTown() public static méthode

public static IsInTown ( Point3D p, Map map ) : bool
p Point3D
map Map
Résultat bool

Moongate() public méthode

public Moongate ( Serial serial ) : System
serial Serial
Résultat System

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnGateUsed() public méthode

public OnGateUsed ( Mobile m ) : void
m Mobile
Résultat void

OnMoveOver() public méthode

public OnMoveOver ( Mobile m ) : bool
m Mobile
Résultat bool

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

UseGate() public méthode

public UseGate ( Mobile m ) : void
m Mobile
Résultat void

ValidateUse() public méthode

public ValidateUse ( Mobile from, bool message ) : bool
from Mobile
message bool
Résultat bool