C# 클래스 SagaMap.Packets.Server.WideMoveStart

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
SetActorID ( uint pID ) : void
SetSpeed ( ushort speed ) : void
SetWaypoints ( List wpt, List yaw ) : void
WideMoveStart ( byte count ) : System

메소드 상세

SetActorID() 공개 메소드

public SetActorID ( uint pID ) : void
pID uint
리턴 void

SetSpeed() 공개 메소드

public SetSpeed ( ushort speed ) : void
speed ushort
리턴 void

SetWaypoints() 공개 메소드

public SetWaypoints ( List wpt, List yaw ) : void
wpt List
yaw List
리턴 void

WideMoveStart() 공개 메소드

public WideMoveStart ( byte count ) : System
count byte
리턴 System