Difference between revisions of "GetClimateSunsetBegin"

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:'''
  (sunsetBegin:ref) GetSunsetBegin weather:ref
  (sunsetBegin:short) GetSunsetBegin weather:ref


Returns the time sunset begins specified as a number of 10 minute units since midnight.
Returns the time sunset begins 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:

(sunsetBegin:short) GetSunsetBegin weather:ref

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

See Also