GetIsCreatureType

Revision as of 15:07, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

GetIsCreatureType Returns 1 if creature is of the creature type specified (in parameter).

Syntax

[ActorREF.]GetIsCreatureType CreatureTypeIndex

Examples

If BuddyRef.GetIsCreatureType 5 == 1
This would determine if Buddy is of creature type #5 (a feral ghoul, see enumeration in notes section).

Notes

  • The creature types expected for GetIsCreatureType are:
    • 0 - Animal
    • 1 - Mutated Animal
    • 2 - Mutated Insect
    • 3 - Abomination
    • 4 - Supermutant
    • 5 - Feral Ghoul
    • 6 - Robot
    • 7 - Giant


See Also