diff options
author | lbsa71 | 2007-08-16 18:40:44 +0000 |
---|---|---|
committer | lbsa71 | 2007-08-16 18:40:44 +0000 |
commit | e53d680d4154ddd730f7b7d4779ab9a95de78fae (patch) | |
tree | bad9dee96fdb17ca675bbbc594dc877c67f3cea4 /OpenSim/Region/Environment/Scenes/EntityBase.cs | |
parent | Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ... (diff) | |
download | opensim-SC-e53d680d4154ddd730f7b7d4779ab9a95de78fae.zip opensim-SC-e53d680d4154ddd730f7b7d4779ab9a95de78fae.tar.gz opensim-SC-e53d680d4154ddd730f7b7d4779ab9a95de78fae.tar.bz2 opensim-SC-e53d680d4154ddd730f7b7d4779ab9a95de78fae.tar.xz |
* Now sending manager, host and root host to Script in constructor.
* Changed how Script accesses World
* Implemented llSay, llWhisper and llShout
* Added SetText() to IScriptHost, implemented llText
* Minor renamings to conform with code conventions
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/EntityBase.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs index a4d9ac5..6d933e6 100644 --- a/OpenSim/Region/Environment/Scenes/EntityBase.cs +++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs | |||
@@ -130,5 +130,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
130 | public virtual void LandRenegerated() | 130 | public virtual void LandRenegerated() |
131 | { | 131 | { |
132 | } | 132 | } |
133 | } | 133 | |
134 | public abstract void SetText(string text, Vector3 color, double alpha); | ||
135 | } | ||
134 | } \ No newline at end of file | 136 | } \ No newline at end of file |