Difference between revisions of "GetCreatureType"
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>DoctaSax m |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
|Type = form | |Type = form | ||
}} | }} | ||
}} | }} | ||
{{Creature_Types}} | |||
==Note== | |||
Returns -1 when called on an NPC. | |||
==See Also== | ==See Also== | ||
[[Category:Functions_(Lutana)]] | [[Category:Functions_(Lutana)]] |
Latest revision as of 18:11, 7 March 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
(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.