IsRefDeleted
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.