Difference between revisions of "PreloadMagicEffect"
Jump to navigation
Jump to search
imported>DragoonWraith (CS 1.0) |
imported>Vswe m (Added Search Terms) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | [[Category: Functions (CS 1.0)]] | ||
[[Category: Magic Functions]] | [[Category: Magic Functions]] | ||
[[Category: Magic Functions (CS 1.0)]] | [[Category: Magic Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Preload | |||
Load | |||
Magic Effect | |||
End Search Terms --> |
Latest revision as of 12:15, 20 June 2008
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.