Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

osDrawFilledEllipse

OSSL
string 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

TypeName
string drawList
integer width
integer height
Energy 10

OpenSimulator extensions. Some are gated by threat level and a region may refuse them.

More in OSSL