- Found in:
- PO3's PE
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
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
