Difference between revisions of "GetCreatureType"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (creatureType:short) ''reference.''GetCreatureType ''objectID:ref'' Returns the type of the c...)
 
imported>Haama
(Added links)
 
Line 13: Line 13:
   4:    Horse
   4:    Horse
   5:    Giant
   5:    Giant
==See Also==
*[[IsCreature]]
*[[GetCreatureCombatSkill]]
*[[GetCreatureMagicSkill]]
*[[GetCreatureStealthSkill]]
*[[GetCreatureReach]]
*[[GetCreatureSoulLevel]]
*[[GetCreatureBaseScale]]


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

Latest revision as of 02:21, 7 December 2007

A command for Oblivion Script Extender

Syntax:

(creatureType:short) reference.GetCreatureType objectID:ref

Returns the type of the creature (Undead, Humanoid, Daedrea etc).

Creature Type:
 0:    Creature
 1:    Daedra
 2:    Undead
 3:    Humanoid
 4:    Horse
 5:    Giant

See Also[edit | edit source]