C# Class SagaMap.Packets.Server.UpdateActorYaw

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

Méthodes publiques

Méthode Description
SetActor ( uint ActorID ) : void
SetYaw ( int yaw ) : void
UpdateActorYaw ( ) : System

Method Details

SetActor() public méthode

public SetActor ( uint ActorID ) : void
ActorID uint
Résultat void

SetYaw() public méthode

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

UpdateActorYaw() public méthode

public UpdateActorYaw ( ) : System
Résultat System