Difference between revisions of "GetCreatureType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the creature-type ID of a creature form or reference. |name = GetCreatureType |returnType = int |referenceType = [GetCreatureTy...")
 
imported>Pintocat
Line 10: Line 10:
   |Type = form
   |Type = form
   }}
   }}
==Creature Types==
**0 - Animal
**1 - Mutated Animal
**2 - Mutated Insect
**3 - Abomination
**4 - Supermutant
**5 - Feral Ghoul
**6 - Robot
**7 - Giant
}}
}}
{{Creature_Types}}
==See Also==
==See Also==
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]

Revision as of 00:45, 10 January 2017

< [[::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

See Also

GetIsCreatureType