IsClonedForm

From the Fallout3 GECK Wiki
(Redirected from IsCloned)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns whether the specified form is a dynamic object or not. Dynamic objects include those created with TempCloneForm and those generated by the game during play. These objects always have a mod index of 0xFF.

Syntax

[help]
(int) ref.IsClonedForm item:ref 

Or:

(int) ref.IsCloned item:ref