IsActorAlt

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.40.

Description

Returns 1 if the optional BaseForm or calling reference is an Actor (a Creature or NPC).

The only difference between this and IsActor is that this function can also check for baseforms (1st optional argument).

Syntax

[help]
(isActor:bool) reference.IsActorAlt baseForm:form

Example

if IsActorAlt Baseform
    ; Some code
endif 

See Also