Background for Skyrim SE
Member of the NiOverride script
boolfunctionHasBodyMorphKey(ObjectReferenceref, stringkeyName)NativeGlobal

Description

Documentation Comment

Returns true if there are any body morphs with this key


Caveats


Parameters

ObjectReferenceref

stringkeyName


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
string myString__keyName

bool returnedValue = NiOverride.HasBodyMorphKey(myObjectReference__ref, myString__keyName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.