SetBodyPartDataSkeleton

From the Fallout3 GECK Wiki
Revision as of 20:40, 30 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the Skeleton Model path of a Body-Part data. |name = SetBodyPartDataSkeleton |arguments = {{FunctionArgument |Name = bodyPar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the Skeleton Model path of a Body-Part data.

Syntax

[help]
SetBodyPartDataSkeleton bodyPartData:ref modelPath:string

Example

SetBodyPartDataSkeleton NVGecko "creatures\NVGecko\skeleton.nif"

See Also