C# Class SagaMap.Packets.Server.UpdateActorYaw

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
SetActor ( uint ActorID ) : void
SetYaw ( int yaw ) : void
UpdateActorYaw ( ) : System

Method Details

SetActor() public method

public SetActor ( uint ActorID ) : void
ActorID uint
return void

SetYaw() public method

public SetYaw ( int yaw ) : void
yaw int
return void

UpdateActorYaw() public method

public UpdateActorYaw ( ) : System
return System