Difference between revisions of "GetIsCreature"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Egocarib
(Created page with "This Condition Function has been marked as obsolete by Skyrim developers. (There is no distinction between Creatures and Actors). Category:Condition Functions")
 
(Describe alternative to obsolete function.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This Condition Function has been marked as obsolete by Skyrim developers. (There is no distinction between Creatures and Actors).
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 [[Actor]]s.
 
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.