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…')
 
imported>Arthmoor
(Added note about use on NoReset zones.)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
Function Reset() native
Function Reset() native
</source>
</source>
<br>
* Note: This function can reset cells that are assigned to NoReset encounter zones.


== Parameters ==
== Parameters ==
Line 24: Line 26:
== See Also ==
== See Also ==
*[[Cell Script]]
*[[Cell Script]]
*[[Cell Reset]]

Latest revision as of 02:22, 20 February 2015

Member of: Cell Script

Flags this cell for reset on next load.

Syntax[edit | edit source]

Function Reset() native


  • Note: This function can reset cells that are assigned to NoReset encounter zones.

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

;resets the arena cell
ArenaCell.Reset()

See Also[edit | edit source]