mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Next time maybe I should check it still compiles before committing.
This commit is contained in:
@@ -154,7 +154,7 @@ namespace OpenSim.Framework.Interfaces
|
||||
void SendRegionHandshake(RegionInfo regionInfo);
|
||||
void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
|
||||
void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
|
||||
void SendInstantMessage(string message, LLUUID target, string fromName, LLUUID id);
|
||||
void SendInstantMessage(string message, LLUUID target, string fromName);
|
||||
void SendLayerData(float[] map);
|
||||
void SendLayerData(int px, int py, float[] map);
|
||||
void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look);
|
||||
|
||||
Reference in New Issue
Block a user