Difference between revisions of "RemoveFromLeveledList"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
m
imported>Quetzilla
Line 5: Line 5:


Removes all occurences of an object from a leveled list and returns the number of occurences removed.
Removes all occurences of an object from a leveled list and returns the number of occurences removed.
==Notes==
* Changes to existing leveled list are not saved.  However, changes to a [[CloneForm]]ed leveled list ''will'' be saved.


==See Also==
==See Also==

Revision as of 23:54, 13 February 2008

A command for Oblivion Script Extender

Syntax:

(numRemoved:short) RemoveFromLeveledList leveledList:ref object:ref

Removes all occurences of an object from a leveled list and returns the number of occurences removed.

Notes

  • Changes to existing leveled list are not saved. However, changes to a CloneFormed leveled list will be saved.

See Also