GetCreatureType

From the Fallout3 GECK Wiki
Revision as of 19:11, 7 March 2017 by imported>DoctaSax
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the creature-type ID of a creature form or reference.

Syntax

[help]
(int) [GetCreatureType].GetCreatureType creature:form
Index Type Description
0 Animal Dog, Vicious Dog
1 Mutated Animal Brahmin, Mirelurk, Mirelurk King, Molerat, Yao Guai
2 Mutated Insect Bloatfly, Giant Ant, Queen Ant, Radroach, Radscorpion, Fire ant, Fire ant soldier, Giant Radscorpion
3 Abomination Centaurs, Deathclaw, Failed FEV Subjects, Spore Carriers, etc.
4 Supermutant Supermutant, Supermutant Brute, Supermutant Chief, Supermutant Behemoth
5 Feral Ghoul Feral Ghouls, Glowing One
6 Robot Eyebot, Turrets, Mister Gutsy, Protectron, Robobrain, Sentrybot
7 Giant

Note

Returns -1 when called on an NPC.

See Also

GetIsCreatureType