IsCellVisited
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Returns 1 if the specified cell has been visited by the player, 0 otherwise.
Syntax
(0, 1:int) IsCellVisited cell:form
Example
set isVisited to IsCellVisited PrimmNashResidence
Notes
- IsCellVisited will return 0 on the first visit if called in events such as OnCellEnter because the event is executed earlier than SeenData is updated.