GetCreatureModels

Revision as of 19:38, 7 June 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns an array_var containing the set of model-paths in the creature's model-list. |name = GetCreatureModels |returnType = modelPaths...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(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