mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Thank you kindly, Ldviopeng for:
Patch to implement the following LSL / OS functions llParcelPrimCount(60%) osSetParcelMediaURL
This commit is contained in:
@@ -34,13 +34,15 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
public interface IScriptHost
|
||||
{
|
||||
string Name { get; set; }
|
||||
string SitName { get; set; }
|
||||
string TouchName { get; set; }
|
||||
string Description { get; set; }
|
||||
|
||||
LLUUID UUID { get; }
|
||||
LLUUID ObjectOwner { get; }
|
||||
LLUUID ObjectCreator { get; }
|
||||
LLVector3 AbsolutePosition { get; }
|
||||
|
||||
string SitName { get; set; }
|
||||
string TouchName { get; set; }
|
||||
void SetText(string text, Vector3 color, double alpha);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user