diff options
author | Teravus Ovares | 2007-11-15 07:32:24 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-15 07:32:24 +0000 |
commit | 179695909a8967bcdb092720a19c264d52fb4515 (patch) | |
tree | b940ef5a1587b976ec2e8c7c0e2ae899198d41ef /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |
parent | added first attempt at storing stopped physical objects (diff) | |
download | opensim-SC_OLD-179695909a8967bcdb092720a19c264d52fb4515.zip opensim-SC_OLD-179695909a8967bcdb092720a19c264d52fb4515.tar.gz opensim-SC_OLD-179695909a8967bcdb092720a19c264d52fb4515.tar.bz2 opensim-SC_OLD-179695909a8967bcdb092720a19c264d52fb4515.tar.xz |
* Implemented the little friendly pop tooltip messages that appear when you hover your mouse over prim with the object name, description, ownerid.. etc.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 61402be..07d43b8 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -83,6 +83,7 @@ namespace SimpleApp | |||
83 | 83 | ||
84 | public event UpdateShape OnUpdatePrimShape; | 84 | public event UpdateShape OnUpdatePrimShape; |
85 | public event ObjectExtraParams OnUpdateExtraParams; | 85 | public event ObjectExtraParams OnUpdateExtraParams; |
86 | public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily; | ||
86 | public event ObjectSelect OnObjectSelect; | 87 | public event ObjectSelect OnObjectSelect; |
87 | public event GenericCall7 OnObjectDescription; | 88 | public event GenericCall7 OnObjectDescription; |
88 | public event GenericCall7 OnObjectName; | 89 | public event GenericCall7 OnObjectName; |