C# Class SagaMap.Packets.Server.WideMoveStart

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

Méthodes publiques

Méthode Description
SetActorID ( uint pID ) : void
SetSpeed ( ushort speed ) : void
SetWaypoints ( List wpt, List yaw ) : void
WideMoveStart ( byte count ) : System

Method Details

SetActorID() public méthode

public SetActorID ( uint pID ) : void
pID uint
Résultat void

SetSpeed() public méthode

public SetSpeed ( ushort speed ) : void
speed ushort
Résultat void

SetWaypoints() public méthode

public SetWaypoints ( List wpt, List yaw ) : void
wpt List
yaw List
Résultat void

WideMoveStart() public méthode

public WideMoveStart ( byte count ) : System
count byte
Résultat System