GetIsClass

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the actor's class matches a given Class ID.

Syntax

[help]
(boolean) actor.GetIsClass Class:form

Example

if SomeActor.GetIsClass Doctor
    ; Do my doctor stuff
endif