OnCellEnter

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

A function added by the Lutana NVSE plugin.

Description

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

Syntax

(cell:form) OnCellEnter UDFForm:UserDefinedFunction

Example

SetEventHandler "OnCellEnter" MyUDF

Handler Script

A skeleton handler script for this event:

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

See Also