GetCreatureModels

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns an array_var containing the set of model-paths in the creature's model-list.

Syntax

[help]
(modelPaths:array_var) reference.GetCreatureModels baseForm:ref

Example

let aModelPaths := RexRef.GetCreatureModels
let aModelPaths := GetCreatureModels Rex

Notes

  • Only those models which are toggled ON are included.

See Also