aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-03 15:39:40 +0000
committerTeravus Ovares2008-05-03 15:39:40 +0000
commite8acb49fefc0e567510b4058b6571599a0158b62 (patch)
treed87243f8d596b6df07db190ba30bf2da4d608c18 /OpenSim/Framework/IClientAPI.cs
parent* Committing some collision stuffs that I'm working on. (diff)
downloadopensim-SC_OLD-e8acb49fefc0e567510b4058b6571599a0158b62.zip
opensim-SC_OLD-e8acb49fefc0e567510b4058b6571599a0158b62.tar.gz
opensim-SC_OLD-e8acb49fefc0e567510b4058b6571599a0158b62.tar.bz2
opensim-SC_OLD-e8acb49fefc0e567510b4058b6571599a0158b62.tar.xz
* For your fragging desire, damage enabled land works, but watch out!, life does not regenerate until you're dead!
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 8f41728..02dfc8c 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -729,6 +729,7 @@ namespace OpenSim.Framework
729 uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); 729 uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID);
730 730
731 void SendScriptQuestion(LLUUID taskID, string taskName, string ownerName, LLUUID itemID, int question); 731 void SendScriptQuestion(LLUUID taskID, string taskName, string ownerName, LLUUID itemID, int question);
732 void SendHealth(float health);
732 733
733 byte[] GetThrottlesPacked(float multiplier); 734 byte[] GetThrottlesPacked(float multiplier);
734 735