Difference between revisions of "DoesNotExist"
Jump to navigation
Jump to search
imported>Cdcooley |
imported>DavidJCobb (command's functionality verified through disassembly) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This | This condition returns 1.0 if the thing it is used on does not exist, or 0.0 otherwise. It would be primarily useful when checking whether an alias has failed to fill. | ||
Internally, it just compares a pointer to <code>nullptr</code>. | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 06:24, 23 July 2018
This condition returns 1.0 if the thing it is used on does not exist, or 0.0 otherwise. It would be primarily useful when checking whether an alias has failed to fill.
Internally, it just compares a pointer to nullptr
.