IsFormValid

From the Fallout3 GECK Wiki
Revision as of 11:21, 27 July 2010 by imported>Geckbot (Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

IsFormValid

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns 1 if the object passed in the ref variable is valid. Returns 0 if the object stored in the variable is not currently loaded in memory (for instance, a non-persistent reference) or if the variable doesn't hold any object.

Syntax

[help]
(int) ref.IsFormValid refVar:ref