Difference between revisions of "StrDeleteAll"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Tibixe
(new function)
 
imported>Tibixe
(correction)
Line 2: Line 2:
  StrDeleteAll
  StrDeleteAll


Deletes (like [[StrDel]]) all strings associated with this reference or quest. It makes cleanup easier.
Deletes (like [[StrDel]]) all strings associated with this reference or quest.
It makes cleaning up easier.


'''NOTE''': This function may or may not have side effect related to scripted spell effects. When writing a non-quest script, I recommend avoiding its use.
'''NOTE''': This function may or may not have side effects when applied to multiple references sharing the same script. When writing a non-quest script, I recommend avoiding its use.


[[Category: Functions (OBSE)]]
[[Category: Functions (OBSE)]]
[[Category: TSFC]]
[[Category: TSFC]]

Revision as of 08:50, 22 December 2007

Syntax:

StrDeleteAll

Deletes (like StrDel) all strings associated with this reference or quest. It makes cleaning up easier.

NOTE: This function may or may not have side effects when applied to multiple references sharing the same script. When writing a non-quest script, I recommend avoiding its use.