Difference between revisions of "Reset - Cell"

From the CreationKit Wiki
Jump to navigation Jump to search
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…')
(No difference)

Revision as of 17:10, 15 September 2010

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