GetIsClass

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

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

Syntax

(boolean) actor.GetIsClass Class:form

Example

if SomeActor.GetIsClass Doctor
    ; Do my doctor stuff
endif