C# Class SagaMap.Packets.Server.OtherActorTeleport

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

Méthodes publiques

Méthode Description
OtherActorTeleport ( ) : System
SetActorID ( uint ActorID ) : void
SetLocation ( float x, float y, float z ) : void

Method Details

OtherActorTeleport() public méthode

public OtherActorTeleport ( ) : System
Résultat System

SetActorID() public méthode

public SetActorID ( uint ActorID ) : void
ActorID 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