IsActorAlt
From GECK
A function added by the ShowOff NVSE Plugin version 1.40.
Contents
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
(isActor:bool) reference.IsActorAlt baseForm:form
Example
if IsActorAlt Baseform ; Some code endif