IsPersistent
From GECK
A function added by the Fallout Script Extender.
Contents
Description
Returns True (1) if the calling reference is persistent.
Syntax
(bool) reference.IsPersistent
Example
if SomeRef.IsPersistent ; it is safe to proceed endif