Cronous Emulation Server Daemon

Client.warp Method 

Warps to another map.

[Visual Basic]
Public Sub warp( _ 
   ByVal warp_id As Integer _ 
)
[C#]
public void warp(
   int warp_id
);
[C++]
public: void warp(
   int warp_id
);
[JScript]
public function warp(
   int warp_id
);

Parameters

warp_id
Warp entry ID.

See Also

Client Class | croemud.game Namespace