Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionHasArtObject(ObjectReferenceakRef, ArtakArtObject, boolabActive=false)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Returns the number of instances of the specified art object (attached using visual effects) on the reference.

Caveats


Parameters

ObjectReferenceakRef

ArtakArtObject

boolabActive=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
Art myArt__akArtObject
bool myBool__abActive

int returnedValue = PO3_SKSEFunctions.HasArtObject(myObjectReference__akRef, myArt__akArtObject, myBool__abActive)

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.