mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
osSetParcelDetails: add more land update code
This commit is contained in:
@@ -88,6 +88,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
bool IsForcefulBansAllowed();
|
||||
void UpdateLandObject(int localID, LandData data);
|
||||
void SendParcelsOverlay(IClientAPI client);
|
||||
void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient);
|
||||
void setParcelObjectMaxOverride(overrideParcelMaxPrimCountDelegate overrideDel);
|
||||
void setSimulatorObjectMaxOverride(overrideSimulatorMaxPrimCountDelegate overrideDel);
|
||||
|
||||
Reference in New Issue
Block a user