GetPCMovedCell

Revision as of 03:25, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the player has entered a new cell since the last time this command was called from the calling script, including transitioni...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the player has entered a new cell since the last time this command was called from the calling script, including transitioning from one exterior cell to another.

Syntax

(movedCell:0/1) GetPCMovedCell

Example

set bMovedCell to GetPCMovedCell

See Also