mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 08:25:44 +08:00
* Green dots on the mainmap for avatar.
* Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated.
This commit is contained in:
@@ -219,6 +219,8 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
public event DirPlacesQuery OnDirPlacesQuery;
|
||||
|
||||
public event MapItemRequest OnMapItemRequest;
|
||||
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
@@ -892,6 +894,10 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags)
|
||||
{
|
||||
}
|
||||
|
||||
public void KillEndDone()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user