Difference between revisions of "StrDeleteAll"

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


Deletes (like [[StrDel]]) all strings associated with this reference or quest.
Deletes (like [[StrDel]]) all strings associated with this '''script'''.
It makes cleaning up easier.
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.
'''Never''' use this, except when you've got a quest script that controls only one quest. If you're unsure, you can always delete them all, one by one.


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

Latest revision as of 09:01, 23 December 2007

Syntax:

StrDeleteAll

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

Never use this, except when you've got a quest script that controls only one quest. If you're unsure, you can always delete them all, one by one.