GetPCMovedCell

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(movedCell:0/1) GetPCMovedCell

Example

set bMovedCell to GetPCMovedCell

See Also