aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-07-14 19:58:23 +0200
committerMelanie Thielker2010-07-14 19:58:23 +0200
commitbebbe407ee166a0aa22f0ec8d14ada780924f9af (patch)
tree79e38927939a6e95ff4ff105b357a8d3888a67b8 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parentRemove useless quaternion parameter from AttachObject sig (diff)
downloadopensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.zip
opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.gz
opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.bz2
opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.xz
Major attachments cleanup. Remove unused AttachObject ClientView method
Clean up use of AttachObject throughout, reduce number of overloads and number of parameters
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 8ec5bb5..4db8f9e 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -536,10 +536,6 @@ namespace OpenSim.Region.Examples.SimpleModule
536 { 536 {
537 } 537 }
538 538
539 public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID)
540 {
541 }
542
543 public virtual void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) 539 public virtual void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels)
544 { 540 {
545 } 541 }