Difference between revisions of "IsFormValid"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
(Automated import of articles)
 
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
Line 1: Line 1:
'''IsFormValid'''
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1

Revision as of 15:08, 27 July 2010

< [[::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