Difference between revisions of "Reset - Cell"
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>Black RL |
||
Line 24: | Line 24: | ||
== See Also == | == See Also == | ||
*[[Cell Script]] | *[[Cell Script]] | ||
*[[Cell Reset]] |
Revision as of 04:17, 17 July 2013
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()