Difference between revisions of "GetDisease"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>DavidJCobb
(command's functionality verified through disassembly)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This condition checks whether an actor is infected with a disease; specifically, it checks whether any of the actor's active [[Magic Effect|magic effects]] come from a [[spell]] whose type was set to "Disease." If so, the condition returns 1; otherwise, it returns 0.


Used in WICommentDiseased.


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

Latest revision as of 07:48, 23 July 2018

This condition checks whether an actor is infected with a disease; specifically, it checks whether any of the actor's active magic effects come from a spell whose type was set to "Disease." If so, the condition returns 1; otherwise, it returns 0.

Used in WICommentDiseased.