GetDestructionDataNumStages

From the Fallout3 GECK Wiki
Revision as of 18:59, 3 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the number of destruction stages in the <i>Destruction Data</i> of the specified <i>Object</i>. |name = GetDestructionDataNumSta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the number of destruction stages in the Destruction Data of the specified Object.

Syntax

[help]
(stages:int) GetDestructionDataNumStages object:ref

Example

set iStages to GetDestructionDataNumStages ElectricBox01

Notes

  • Obviously, this function is only usable with object types that have Destruction Data.

See Also