diff options
author | Teravus Ovares | 2008-05-06 02:47:14 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-06 02:47:14 +0000 |
commit | add13276a98e572bf4f83e79cfe1fa4d3f4411df (patch) | |
tree | 063b5b062eae428b635ce12ccbd7c46fcf63a5bc /OpenSim/Framework/IClientAPI.cs | |
parent | * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n... (diff) | |
download | opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.zip opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.tar.gz opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.tar.bz2 opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.tar.xz |
* Committing a bunch of work for control snatching. Not done yet. No visible features.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 49cbdfa..c0ba636 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -750,6 +750,9 @@ namespace OpenSim.Framework | |||
750 | void SendInventoryItemCreateUpdate(InventoryItemBase Item); | 750 | void SendInventoryItemCreateUpdate(InventoryItemBase Item); |
751 | 751 | ||
752 | void SendRemoveInventoryItem(LLUUID itemID); | 752 | void SendRemoveInventoryItem(LLUUID itemID); |
753 | |||
754 | void SendTakeControls(int controls, bool passToAgent, bool TakeControls); | ||
755 | |||
753 | void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName); | 756 | void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName); |
754 | 757 | ||
755 | /// <summary> | 758 | /// <summary> |