Difference between revisions of "RemoveFromLeveledList"
Jump to navigation
Jump to search
imported>Quetzilla |
imported>DragoonWraith |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
==Notes== | ==Notes== | ||
* Changes to existing leveled | * Changes to existing leveled lists are not saved. However, changes to a [[CloneForm]]ed leveled list ''will'' be saved. | ||
==See Also== | ==See Also== | ||
Line 18: | Line 18: | ||
[[Category:Inventory Functions]] | [[Category:Inventory Functions]] | ||
[[Category:Inventory Functions (OBSE)]] | [[Category:Inventory Functions (OBSE)]] | ||
[[Category:Leveled List Functions]] | |||
[[Category:Leveled List Functions (OBSE)]] |
Latest revision as of 13:59, 27 October 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[edit | edit source]
- Changes to existing leveled lists are not saved. However, changes to a CloneFormed leveled list will be saved.