Reset - Cell

From the CreationKit Wiki
Revision as of 04:17, 17 July 2013 by imported>Black RL (→‎See Also)
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