IsRefDeleted

From the Oblivion ConstructionSet Wiki
Revision as of 12:01, 25 March 2010 by imported>JdeRau (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

IsRefDeleted reference:ref


Returns 1 if the passed object reference has been marked as deleted by a mod or the game. Deleted references should not be used in scripts.


Notes[edit | edit source]

  • The reference is passed as a parameter. This function should not be called on a potentially deleted reference directly.
  • DeleteReference is not related to this command in any way.


See Also[edit | edit source]

DeleteReference