Difference between revisions of "Exists"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Egocarib
imported>DavidJCobb
(command's functionality verified through disassembly)
Line 1: Line 1:
This Condition Function has been marked as obsolete by Skyrim developers.
This condition takes a reference as an argument. It returns 1.0 if the condition subject exists ''and'' if the subject and the argument are not the same object. Otherwise, the condition returns 0.0.
 
This would be most useful for aliases, to determine whether they have filled.


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 06:39, 23 July 2018

This condition takes a reference as an argument. It returns 1.0 if the condition subject exists and if the subject and the argument are not the same object. Otherwise, the condition returns 0.0.

This would be most useful for aliases, to determine whether they have filled.