C# Class Server.QuestArrow

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

Méthodes publiques

Méthode Description
OnClick ( bool rightClick ) : void
OnStop ( ) : void
QuestArrow ( Server.Mobile m, Server.Mobile t ) : Server.Network
QuestArrow ( Server.Mobile m, Server.Mobile t, int x, int y ) : Server.Network
Stop ( ) : void
Stop ( int x, int y ) : void
Update ( ) : void
Update ( int x, int y ) : void

Method Details

OnClick() public méthode

public OnClick ( bool rightClick ) : void
rightClick bool
Résultat void

OnStop() public méthode

public OnStop ( ) : void
Résultat void

QuestArrow() public méthode

public QuestArrow ( Server.Mobile m, Server.Mobile t ) : Server.Network
m Server.Mobile
t Server.Mobile
Résultat Server.Network

QuestArrow() public méthode

public QuestArrow ( Server.Mobile m, Server.Mobile t, int x, int y ) : Server.Network
m Server.Mobile
t Server.Mobile
x int
y int
Résultat Server.Network

Stop() public méthode

public Stop ( ) : void
Résultat void

Stop() public méthode

public Stop ( int x, int y ) : void
x int
y int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

public Update ( int x, int y ) : void
x int
y int
Résultat void