mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
added the flag param to IClientAPI.SendMapBlock
This commit is contained in:
@@ -869,7 +869,7 @@ namespace OpenSim.Framework
|
||||
void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint,
|
||||
string capsURL);
|
||||
|
||||
void SendMapBlock(List<MapBlockData> mapBlocks);
|
||||
void SendMapBlock(List<MapBlockData> mapBlocks, uint flag);
|
||||
void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags);
|
||||
|
||||
void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID,
|
||||
|
||||
Reference in New Issue
Block a user