mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one
This commit is contained in:
@@ -1191,6 +1191,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return drawList;
|
||||
}
|
||||
|
||||
public string osDrawFilledEllipse(string drawList, int width, int height)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.None, "osDrawFilledEllipse");
|
||||
|
||||
m_host.AddScriptLPS(1);
|
||||
drawList += "FillEllipse " + width + "," + height + "; ";
|
||||
return drawList;
|
||||
}
|
||||
|
||||
public string osDrawRectangle(string drawList, int width, int height)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.None, "osDrawRectangle");
|
||||
|
||||
Reference in New Issue
Block a user