IsPersistent

From the Fallout3 GECK Wiki
Revision as of 06:13, 20 July 2014 by imported>Odessa (wrong category, its nvse only not fose)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns True (1) if the calling reference is persistent.

Syntax

[help]
(bool) reference.IsPersistent

Example

if SomeRef.IsPersistent
    ; it is safe to proceed
endif

See Also