osDrawFilledEllipse
OSSLstring osDrawFilledEllipse(string drawList, integer width, integer height)
Appends an FillEllipse drawing command to the string provided in drawList and returns the result. The filled ellipse is drawn with the current pen size and color, with the specified width and height (in pixels), centered on a point which is (width/2) pixels to the right of the pen's current X position, and (height/2) pixels below the pen's current Y position. After the filled ellipse is drawn, the width and height values are added to the pen's X and Y position, respectively.
Parameters
| Type | Name |
|---|---|
| string | drawList |
| integer | width |
| integer | height |
OpenSimulator extensions. Some are gated by threat level and a region may refuse them.