diff options
author | Teravus Ovares | 2008-05-07 19:41:03 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-07 19:41:03 +0000 |
commit | 86669a1664310d16da0cbb8f3a8e034464f16d3a (patch) | |
tree | dd6f779548d7e12fd2261afad71b8ed1072c2452 /OpenSim/Region/Examples/SimpleModule | |
parent | check in a new approach to this (diff) | |
download | opensim-SC_OLD-86669a1664310d16da0cbb8f3a8e034464f16d3a.zip opensim-SC_OLD-86669a1664310d16da0cbb8f3a8e034464f16d3a.tar.gz opensim-SC_OLD-86669a1664310d16da0cbb8f3a8e034464f16d3a.tar.bz2 opensim-SC_OLD-86669a1664310d16da0cbb8f3a8e034464f16d3a.tar.xz |
* Other then the prim update experiments that are going on now, llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 010e65b..51bc0d8 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -172,6 +172,8 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
172 | public event RequestPayPrice OnRequestPayPrice; | 172 | public event RequestPayPrice OnRequestPayPrice; |
173 | public event AgentSit OnUndo; | 173 | public event AgentSit OnUndo; |
174 | 174 | ||
175 | public event ForceReleaseControls OnForceReleaseControls; | ||
176 | |||
175 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest; | 177 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest; |
176 | public event SetEstateFlagsRequest OnSetEstateFlagsRequest; | 178 | public event SetEstateFlagsRequest OnSetEstateFlagsRequest; |
177 | public event SetEstateTerrainBaseTexture OnSetEstateTerrainBaseTexture; | 179 | public event SetEstateTerrainBaseTexture OnSetEstateTerrainBaseTexture; |