C# Class SagaMap.Packets.Server.SendNavPoint

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
SendNavPoint ( ) : System
SetNPCType ( uint type ) : void
SetPosition ( List list ) : void
SetPosition ( float x, float y, float z ) : void
SetQuestID ( uint ID ) : void

Method Details

SendNavPoint() public méthode

public SendNavPoint ( ) : System
Résultat System

SetNPCType() public méthode

public SetNPCType ( uint type ) : void
type uint
Résultat void

SetPosition() public méthode

public SetPosition ( List list ) : void
list List
Résultat void

SetPosition() public méthode

public SetPosition ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

SetQuestID() public méthode

public SetQuestID ( uint ID ) : void
ID uint
Résultat void