aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-07-25 03:45:17 +0000
committerMelanie Thielker2008-07-25 03:45:17 +0000
commit06e0e513cf194d97d576c111e5c481cc769bba1f (patch)
tree6cdb0ff7f86bc71a8d18847c64bde2547f70aed8 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parent*Fixes #0001818: typecast string to float (diff)
downloadopensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.zip
opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.gz
opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.bz2
opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.xz
Add GetGroupPowers() and a dictionary to hold them to ClientView and
IClientAPI. No user functionality
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 22feab6..f0442ac 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -277,6 +277,11 @@ namespace OpenSim.Region.Examples.SimpleModule
277 get { return 0; } 277 get { return 0; }
278 } 278 }
279 279
280 public ulong GetGroupPowers(LLUUID groupID)
281 {
282 return 0;
283 }
284
280 public virtual int NextAnimationSequenceNumber 285 public virtual int NextAnimationSequenceNumber
281 { 286 {
282 get { return 1; } 287 get { return 1; }