mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Another small tweak to image sending.
Implemented a few ll Functions, llSetObjectName llGetObjectName, llLoadURL (all currently untested).
This commit is contained in:
@@ -7,7 +7,7 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
{
|
||||
public interface IScriptHost
|
||||
{
|
||||
string Name { get; }
|
||||
string Name { get; set;}
|
||||
LLUUID UUID { get; }
|
||||
LLVector3 AbsolutePosition { get; }
|
||||
void SetText(string text, Axiom.Math.Vector3 color, double alpha);
|
||||
|
||||
Reference in New Issue
Block a user