ACos

From the Oblivion ConstructionSet Wiki
Revision as of 10:22, 3 August 2006 by imported>DragoonWraith (OBSE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

acos [float]

Returns the arccosine of a number (i.e. the angle whose cosine this is)

Example

set theta to acos ( r / x )

See Also