GetBodyPartDataSkeleton

From the Fallout3 GECK Wiki
Revision as of 20:39, 30 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the Skeleton Model path of a Body-Part data. |name = GetBodyPartDataSkeleton |returnType = modelPath:string_var |arguments =...")
(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

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

Syntax

[help]
(modelPath:string_var) GetBodyPartDataSkeleton bodyPartData:ref

Example

let sPath := GetBodyPartDataSkeleton NVGecko

See Also