Property | Type | Description | |
---|---|---|---|
dir | byte | ||
mapid | uint | ||
roleid | uint | ||
x | short | ||
y | short |
Method | Description | |
---|---|---|
Create ( byte msg = null, |
||
GetMap1Info ( ) : byte[] | ||
GetMap2Info ( ) : byte[] | ||
MsgChangeMapInfo ( uint _roleid, uint _mapid, short _x, short _y, byte _dir ) : System |
public Create ( byte msg = null, |
||
msg | byte | |
key | ||
return | void |
public MsgChangeMapInfo ( uint _roleid, uint _mapid, short _x, short _y, byte _dir ) : System | ||
_roleid | uint | |
_mapid | uint | |
_x | short | |
_y | short | |
_dir | byte | |
return | System |