IsRefDeleted

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