SetNthDestructionStageExplosion

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets the Explosion of the Nth destruction stage in the Destruction Data of the specified Object.

Syntax

[help]
(explosion:ref) SetNthDestructionStageExplosion object:ref stageIndex:int newExplosion:ref

Example

SetNthDestructionStageExplosion ElectricBox01 0 MissileExplosion

Will set the Explosion of the first (index 0) destruction stage of ElectricBox01 to MissileExplosion.

SetNthDestructionStageExplosion ElectricBox01 2

Will set the Explosion of the third (index 2) destruction stage of ElectricBox01 to None.

Notes

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

See Also