GetCreatureType

From the Fallout3 GECK Wiki
Revision as of 13:10, 20 December 2016 by 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...")
(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

Creature Types

    • 0 - Animal
    • 1 - Mutated Animal
    • 2 - Mutated Insect
    • 3 - Abomination
    • 4 - Supermutant
    • 5 - Feral Ghoul
    • 6 - Robot
    • 7 - Giant

See Also

GetIsCreatureType