Difference between revisions of "EssentialDeathReload"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
Line 1: Line 1:
'''Syntax:'''
{{Function
  EssentialDeathReload MessageID
  |CSWikiPage = EssentialDeathReload
 
|origin = GECK1
'''Example:'''
  |summary = Force reload of the game (same as when the player dies). The message will appear first, then the reload menu.
  EssentialDeathReload AbilityWellRestedEndMsg
|name = EssentialDeathReload
 
|returnType = void
 
|arguments =
Force reload of the game (same as when the player dies). The message will appear first, then the reload menu.
  {{FunctionArgument
 
  |Name = MessageID
  |Type = ref
  }}
|example = EssentialDeathReload AbilityWellRestedEndMsg
}}


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

Revision as of 08:56, 15 January 2011

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

Link to TES4 Construction Set Wiki: EssentialDeathReload.

A function included in the GECK version 1.1.0.36.

Description

Force reload of the game (same as when the player dies). The message will appear first, then the reload menu.

Syntax

[help]
EssentialDeathReload MessageID:ref

Example

EssentialDeathReload AbilityWellRestedEndMsg