Reset - Cell

From the CreationKit Wiki
Revision as of 17:10, 15 September 2010 by imported>Henning (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Cell Script Flags this cell for reset on next load. == Syntax == <source lang="papyrus"> Function Reset() nativ…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Cell Script

Flags this cell for reset on next load.

Syntax

Function Reset() native

Parameters

None.

Return Value

None.

Examples

;resets the arena cell
ArenaCell.Reset()

See Also