missing file change

This commit is contained in:
UbitUmarov
2021-06-27 17:01:01 +01:00
parent eb441ea4e4
commit b6a846f2c2

View File

@@ -250,6 +250,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name="veclist">Relative offsets for each object</param>
/// <returns>true = success, false = the scene object asset couldn't be found</returns>
bool GetRezReadySceneObjects(TaskInventoryItem item, out List<SceneObjectGroup> objlist, out List<Vector3> veclist, out Vector3 bbox, out float offsetHeight);
bool GetRezReadySceneObjects(TaskInventoryItem item, UUID newOwner, UUID NewGroup, out List<SceneObjectGroup> objlist, out List<Vector3> veclist, out Vector3 bbox, out float offsetHeight);
/// <summary>
/// Update an existing inventory item.