IsRefDeleted

Revision as of 13:01, 25 March 2010 by imported>JdeRau (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.


NotesEdit

  • 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 AlsoEdit

DeleteReference