osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one

This commit is contained in:
UbitUmarov
2017-06-24 03:21:23 +01:00
parent 191661b51d
commit c3dbf91152
5 changed files with 27 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
string osDrawLine(string drawList, int endX, int endY);
string osDrawText(string drawList, string text);
string osDrawEllipse(string drawList, int width, int height);
string osDrawFilledEllipse(string drawList, int width, int height);
string osDrawRectangle(string drawList, int width, int height);
string osDrawFilledRectangle(string drawList, int width, int height);
string osDrawPolygon(string drawList, LSL_List x, LSL_List y);