Visual Effect - powerof3/PapyrusExtenderSSE GitHub Wiki
Getters
GetArtObject
- Gets the art object associated with the visual effect.
Art Function GetArtObject(VisualEffect akEffect) global native
GetArtObjectTotalCount
- Returns the total number of art objects present/active (on objects) within the loaded area.
int Function GetArtObjectTotalCount(VisualEffect akEffect, bool abActive) global native
Setters
SetArtObject
- Sets the art object associated with the visual effect.
Function SetArtObject(VisualEffect akEffect, Art akArt) global native