Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SagaMap
Packets
Server
OtherActorTeleport
C# Class SagaMap.Packets.Server.OtherActorTeleport
Inheritance:
SagaLib.Packet
Mostrar archivo
Open project: Willyham/SagaRO2
Public Methods
Method
Description
OtherActorTeleport
( ) :
System
SetActorID
(
uint
ActorID
) :
void
SetLocation
(
float
x
,
float
y
,
float
z
) :
void
Method Details
OtherActorTeleport()
public
method
public
OtherActorTeleport
( ) :
System
return
System
SetActorID()
public
method
public
SetActorID
(
uint
ActorID
) :
void
ActorID
uint
return
void
SetLocation()
public
method
public
SetLocation
(
float
x
,
float
y
,
float
z
) :
void
x
float
y
float
z
float
return
void