diff options
* 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/Primitive(Old).cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Primitive(Old).cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Primitive(Old).cs b/OpenSim/Region/Environment/Scenes/Primitive(Old).cs index 2f51ab3..0efa570 100644 --- a/OpenSim/Region/Environment/Scenes/Primitive(Old).cs +++ b/OpenSim/Region/Environment/Scenes/Primitive(Old).cs | |||
@@ -715,5 +715,10 @@ namespace OpenSim.Region.Environment.Scenes | |||
715 | { | 715 | { |
716 | OnPrimCountTainted(); | 716 | OnPrimCountTainted(); |
717 | } | 717 | } |
718 | |||
719 | public override void SetText(string text, Vector3 color, double alpha) | ||
720 | { | ||
721 | throw new Exception("The method or operation is not implemented."); | ||
722 | } | ||
718 | } | 723 | } |
719 | } \ No newline at end of file | 724 | } \ No newline at end of file |