GetIsCreatureType

Revision as of 19:54, 12 December 2008 by imported>Quetzilla

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