Difference between revisions of "GetClimateSunsetEnd"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(→‎See Also: Added Climates link)
imported>Behippo
(Adjust return value to short.)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (sunsetEnd:ref) GetSunsetEnd weather:ref
  (sunsetEnd:short) GetSunsetEnd weather:ref


Returns the time sunset ends specified as a number of 10 minute units since midnight.
Returns the time sunset ends specified as a number of 10 minute units since midnight.

Revision as of 20:21, 14 December 2007

A command for Oblivion Script Extender

Syntax:

(sunsetEnd:short) GetSunsetEnd weather:ref

Returns the time sunset ends specified as a number of 10 minute units since midnight.

See Also