IsCellVisited

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns 1 if the specified cell has been visited by the player, 0 otherwise.

Syntax

[help]
(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.