OnCellExit

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Passes the exited cell to the UDF when the player changes cells.

Syntax

(cell:form) OnCellExit UDFForm:UserDefinedFunction

Example

SetEventHandler "OnCellExit" MyUDF

Handler Script

A skeleton handler script for this event:

scn	 MyUDF
ref	 rExitedCell
BEGIN Function {rExitedCell}
(code)
END

See Also