Difference between revisions of "PreloadMagicEffect"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>DragoonWraith
(CS 1.0)
Line 6: Line 6:


This function will queue up the particles for a spell effect, if they aren't already loaded. The function will do nothing if the particles are already loading. It will be helpful only when a non-actor reference casts a spell, as actors preload their own spells automatically.
This function will queue up the particles for a spell effect, if they aren't already loaded. The function will do nothing if the particles are already loading. It will be helpful only when a non-actor reference casts a spell, as actors preload their own spells automatically.


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Magic Functions]]
[[Category: Magic Functions]]
[[Category: Magic Functions (CS 1.0)]]

Revision as of 20:38, 20 July 2007

Syntax:

 PreloadMagicEffect EffectID

Example:

 PreloadMagicEffect BACU


This function will queue up the particles for a spell effect, if they aren't already loaded. The function will do nothing if the particles are already loading. It will be helpful only when a non-actor reference casts a spell, as actors preload their own spells automatically.