GetNthDestructionStageReplacement

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the Replacement Model path (if any) of the Nth destruction stage in the Destruction Data of the specified Object.

Syntax

[help]
(modelPath:string_var) GetNthDestructionStageReplacement object:ref stageIndex:int

Example

let sReplacement := GetNthDestructionStageReplacement ElectricBox01 0

Will return the Replacement Model path of the first (index 0) destruction stage of ElectricBox01.

Notes

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

See Also