Difference between revisions of "GetPCSleepHours"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
imported>QQuix
(Reformatted and added some detail)
 
Line 1: Line 1:
Returns the number of hours the player has set to sleep from the menu. Returns 0 if the player is not sleeping.
{{Function
  | origin            = CS1 (TES CS 1.0)
  | summary          = Returns the number of hours the player has yet to sleep or wait.
  | name              = GetPCSleepHours
  | returnVal        = RemainingHours
  | returnType        = integer
}}
==Notes==
*Returns 0 if the player is not sleeping or waiting.
 
 
==See also==
* [[GetPCSleepHours]]


[[Category: Functions]]
[[Category: Functions]]

Latest revision as of 08:00, 10 March 2012

< [[::Category:Functions|Category:Functions]]

A function added by CS1 (TES CS 1.0)

Syntax:

(RemainingHours:integer) GetPCSleepHours

Returns the number of hours the player has yet to sleep or wait.


Notes

  • Returns 0 if the player is not sleeping or waiting.


See also