Difference between revisions of "GetIsCreatureType"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Quetzilla m |
||
Line 32: | Line 32: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Condition Functions]] |
Revision as of 18:54, 12 December 2008
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