aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-14 05:18:39 +0000
committerMelanie Thielker2008-11-14 05:18:39 +0000
commit4f91da248868d26951fef39f18a0d9f5c7e28732 (patch)
tree6f732e759eda337db363943de124f5d0f7aa837b /OpenSim/Region/Examples
parentLots of experimentation yielded a fair approximation of a hip offset from the (diff)
downloadopensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.zip
opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.gz
opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.bz2
opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.xz
More groups plumbing
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 44ad400..8317fcc 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -968,6 +968,18 @@ namespace OpenSim.Region.Examples.SimpleModule
968 { 968 {
969 } 969 }
970 970
971 public void SendJoinGroupReply(UUID groupID, bool success)
972 {
973 }
974
975 public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool succss)
976 {
977 }
978
979 public void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success)
980 {
981 }
982
971 public void SendTerminateFriend(UUID exFriendID) 983 public void SendTerminateFriend(UUID exFriendID)
972 { 984 {
973 } 985 }