GetIsCreature

From the CreationKit Wiki
Revision as of 08:47, 22 February 2024 by Xieve (talk | contribs) (Describe alternative to obsolete function.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.