NX GetSkeletonPath
From GECK
A function added by the NX NVSE plugin.
Contents
Description
Returns the fragment of the filepath to the actor's skeleton that identifies the species or robot type of the actor. Eg. returns "_male" for a human, "Ghoul" for feral ghouls, "NVGecko" for geckos. Added in NX v. 16.
Syntax
(string) reference.NX_GetSkeletonPath
Example
string_var svSkel let svSkel := rActor.NX_GetSkeletonPath if eval "_male" == svSkel ; actor is human endif