Difference between revisions of "SetPCSleepHours"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Gribbleshnibit8
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Syntax:'''
{{Function
  SetPCSleepHours iHours
  |origin = GECK1
 
|summary = Manually forces the player to sleep the specified number of hours.
 
|name = SetPCSleepHours
Manually forces the player to sleep the specified number of hours.
|arguments =
  {{FunctionArgument
  |Name = iHours
  |Type = int
  }}
}}


==See Also==
==See Also==
Line 9: Line 14:




[[Category: Functions]]
[[Category:Functions]]
[[Category: Player Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.1)]]

Latest revision as of 01:43, 15 November 2014

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

A function included in the GECK version 1.1.0.36.

Description

Manually forces the player to sleep the specified number of hours.

Syntax

[help]
SetPCSleepHours iHours:int


See Also

GetPCSleepHours