aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/LandUpdateArgs.cs
diff options
context:
space:
mode:
authorJeff Ames2008-07-11 09:18:17 +0000
committerJeff Ames2008-07-11 09:18:17 +0000
commit3b9cf652349327f7b255a850d5b966a9e3b9437e (patch)
tree3d5b58711b46616716c7e5079db3dc77fcf0d45e /OpenSim/Framework/LandUpdateArgs.cs
parentThanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... (diff)
downloadopensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.zip
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.gz
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.bz2
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Framework/LandUpdateArgs.cs')
-rw-r--r--OpenSim/Framework/LandUpdateArgs.cs50
1 files changed, 25 insertions, 25 deletions
diff --git a/OpenSim/Framework/LandUpdateArgs.cs b/OpenSim/Framework/LandUpdateArgs.cs
index 1f685f4..000ae53 100644
--- a/OpenSim/Framework/LandUpdateArgs.cs
+++ b/OpenSim/Framework/LandUpdateArgs.cs
@@ -1,26 +1,26 @@
1using System; 1using System;
2using libsecondlife; 2using libsecondlife;
3 3
4namespace OpenSim.Framework 4namespace OpenSim.Framework
5{ 5{
6 public class LandUpdateArgs : EventArgs 6 public class LandUpdateArgs : EventArgs
7 { 7 {
8 public LLUUID AuthBuyerID; 8 public LLUUID AuthBuyerID;
9 public Parcel.ParcelCategory Category; 9 public Parcel.ParcelCategory Category;
10 public string Desc; 10 public string Desc;
11 public LLUUID GroupID; 11 public LLUUID GroupID;
12 public byte LandingType; 12 public byte LandingType;
13 public byte MediaAutoScale; 13 public byte MediaAutoScale;
14 public LLUUID MediaID; 14 public LLUUID MediaID;
15 public string MediaURL; 15 public string MediaURL;
16 public string MusicURL; 16 public string MusicURL;
17 public string Name; 17 public string Name;
18 public uint ParcelFlags; 18 public uint ParcelFlags;
19 public float PassHours; 19 public float PassHours;
20 public int PassPrice; 20 public int PassPrice;
21 public int SalePrice; 21 public int SalePrice;
22 public LLUUID SnapshotID; 22 public LLUUID SnapshotID;
23 public LLVector3 UserLocation; 23 public LLVector3 UserLocation;
24 public LLVector3 UserLookAt; 24 public LLVector3 UserLookAt;
25 } 25 }
26} \ No newline at end of file 26} \ No newline at end of file