Difference between revisions of "GetPCSleepHours"
Jump to navigation
Jump to search
imported>Maturin |
imported>QQuix (Reformatted and added some detail) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Returns the number of hours the player has | {{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]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Player Functions]] | [[Category: Player Functions]] | ||
[[Category: | [[Category: Player Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Get | |||
PC | |||
Sleep | |||
Hours | |||
End Search Terms --> |
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