From 86669a1664310d16da0cbb8f3a8e034464f16d3a Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 7 May 2008 19:41:03 +0000 Subject: * Other then the prim update experiments that are going on now, llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D. --- OpenSim/Framework/IClientAPI.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 7dbddff..8344196 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -530,6 +530,8 @@ namespace OpenSim.Framework public delegate void ScriptAnswer(IClientAPI remoteClient, LLUUID objectID, LLUUID itemID, int answer); public delegate void RequestPayPrice(IClientAPI remoteClient, LLUUID objectID); + + public delegate void ForceReleaseControls(IClientAPI remoteClient, LLUUID agentID); //Estate Requests public delegate void DetailedEstateDataRequest(IClientAPI remoteClient, LLUUID invoice); @@ -702,6 +704,8 @@ namespace OpenSim.Framework event AgentSit OnUndo; + event ForceReleaseControls OnForceReleaseControls; + event DetailedEstateDataRequest OnDetailedEstateDataRequest; event SetEstateFlagsRequest OnSetEstateFlagsRequest; event SetEstateTerrainBaseTexture OnSetEstateTerrainBaseTexture; -- cgit v1.1