aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-14 03:57:30 +0000
committerTeravus Ovares2008-05-14 03:57:30 +0000
commit9e1cc72c6e291d1e8430e8de0b071c654a72ca59 (patch)
treeab88df13ce96c295e99a7ea6373b34bfe77cc230 /OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.zip
opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.tar.gz
opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.tar.bz2
opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.tar.xz
* Refactored OutPacket and FirstName/LastName out of Friends Module.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
index 632b7a6..e5d295b 100644
--- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
+++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
@@ -83,6 +83,16 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
83 Position, m_scene.RegionInfo.RegionID, new byte[0]); 83 Position, m_scene.RegionInfo.RegionID, new byte[0]);
84 } 84 }
85 85
86 public void SendAgentOffline(LLUUID[] agentIDs)
87 {
88
89 }
90
91 public void SendAgentOnline(LLUUID[] agentIDs)
92 {
93
94 }
95
86 public LLUUID GetDefaultAnimation(string name) 96 public LLUUID GetDefaultAnimation(string name)
87 { 97 {
88 return LLUUID.Zero; 98 return LLUUID.Zero;