Difference between revisions of "Sin"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
(No difference)

Revision as of 09:16, 3 August 2006

A command for Oblivion Script Extender

Syntax:

sin [float]

Returns the sine of the angle.

Example

set y to r * ( sin theta )

See Also