aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/NPC
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-14 04:57:32 +0000
committerTeravus Ovares2008-05-14 04:57:32 +0000
commit9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc (patch)
treefcd58d2d0cce49d8052cb9419a0b2890152f82fa /OpenSim/Region/Environment/Modules/World/NPC
parent* Removed 19 warnings (diff)
downloadopensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.zip
opensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.tar.gz
opensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.tar.bz2
opensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.tar.xz
* Refactored OutPacket out of ScenePresence
* Down to 65 warnings.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/NPC')
-rw-r--r--OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
index e5d295b..3126f1c 100644
--- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
+++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
@@ -92,7 +92,16 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
92 { 92 {
93 93
94 } 94 }
95 public void SendSitResponse(LLUUID TargetID, LLVector3 OffsetPos, LLQuaternion SitOrientation, bool autopilot,
96 LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook)
97 {
98
99 }
95 100
101 public void SendAdminResponse(LLUUID Token, uint AdminLevel)
102 {
103
104 }
96 public LLUUID GetDefaultAnimation(string name) 105 public LLUUID GetDefaultAnimation(string name)
97 { 106 {
98 return LLUUID.Zero; 107 return LLUUID.Zero;