GetCreatureModels

From GECK
Jump to: navigation, search


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 that are toggled ON.

Syntax

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

Example

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

See Also