Difference between revisions of "GetIsCreature"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>DavidJCobb
(disassembly)
(Describe alternative to obsolete function.)
 
Line 2: Line 2:


This condition function always returns 0.
This condition function always returns 0.
Instead of this function, you can use [[HasKeyword]] with ActorTypeCreature or ActorTypeNPC.


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

Latest revision as of 08:47, 22 February 2024

This condition function has been marked as obsolete by Skyrim developers, as the game engine no longer distinguishes between Creatures and Characters; there are only Actors.

This condition function always returns 0.


Instead of this function, you can use HasKeyword with ActorTypeCreature or ActorTypeNPC.