diff options
author | Marck | 2010-07-31 20:16:39 +0200 |
---|---|---|
committer | Diva Canto | 2010-07-31 16:38:23 -0700 |
commit | f91ec192247d64786b3eeab66512fdf319273d68 (patch) | |
tree | c3c282e0ddb559ad31be461addca925111104bbc /OpenSim/Data/IRegionData.cs | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-f91ec192247d64786b3eeab66512fdf319273d68.zip opensim-SC_OLD-f91ec192247d64786b3eeab66512fdf319273d68.tar.gz opensim-SC_OLD-f91ec192247d64786b3eeab66512fdf319273d68.tar.bz2 opensim-SC_OLD-f91ec192247d64786b3eeab66512fdf319273d68.tar.xz |
Implemented console command "show hyperlinks".
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IRegionData.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index 8259f9b..9f08e04 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs | |||
@@ -58,10 +58,11 @@ namespace OpenSim.Data | |||
58 | 58 | ||
59 | bool SetDataItem(UUID principalID, string item, string value); | 59 | bool SetDataItem(UUID principalID, string item, string value); |
60 | 60 | ||
61 | bool Delete(UUID regionID); | 61 | bool Delete(UUID regionID); |
62 | 62 | ||
63 | List<RegionData> GetDefaultRegions(UUID scopeID); | 63 | List<RegionData> GetDefaultRegions(UUID scopeID); |
64 | List<RegionData> GetFallbackRegions(UUID scopeID, int x, int y); | 64 | List<RegionData> GetFallbackRegions(UUID scopeID, int x, int y); |
65 | List<RegionData> GetHyperlinks(UUID scopeID); | ||
65 | } | 66 | } |
66 | 67 | ||
67 | [Flags] | 68 | [Flags] |