C# Class SagaMap.Packets.Server.ActorMoveStop

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

Méthodes publiques

Méthode Description
ActorMoveStop ( ) : System
SetActorID ( uint pID ) : void
SetDelayTime ( uint delay ) : void
SetLocation ( float x, float y, float z ) : void
SetSpeed ( ushort speed ) : void
SetYaw ( int yaw ) : void

Method Details

ActorMoveStop() public méthode

public ActorMoveStop ( ) : System
Résultat System

SetActorID() public méthode

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

SetDelayTime() public méthode

public SetDelayTime ( uint delay ) : void
delay uint
Résultat void

SetLocation() public méthode

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

SetSpeed() public méthode

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

SetYaw() public méthode

public SetYaw ( int yaw ) : void
yaw int
Résultat void