Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionHasNiExtraData(ObjectReferenceakRef, stringasName)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Returns whether the reference has NiExtraData (attached to root 3D node). Partial name matches accepted.

Caveats


Parameters

ObjectReferenceakRef

stringasName


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
string myString__asName

bool returnedValue = PO3_SKSEFunctions.HasNiExtraData(myObjectReference__akRef, myString__asName)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.