GetIsRace

From the Fallout3 GECK Wiki
Revision as of 12:44, 28 June 2014 by imported>Odessa (added link to similar nvse version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Returns True (1) if the actor's race matches a given RaceId.

Syntax

[help]
(boolean) actor.GetIsRace Race:form

Example

if SomeActor.GetIsRace Ghoul
    ; Do my ghoulish stuff
endif

See Also

  • GetRace (to return the race id itself)