GetIsRace

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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)