Description
Wiki Description
Obtains whether this actor base is flagged as invulnerable or not.
Documentation Comment
Is this actor invulnerable?
Caveats
Examples
; Is the actor invulnerable?
ActorBase PersonBase = ImportantPersonProperty.GetBaseObject() as ActorBase
if (PersonBase.IsInvulnerable())
Debug.Trace("Important person is invulnerable")
endIfAuto-Generated Example
bool returnedValue = myActorBase__toCallFunctionOn.IsInvulnerable()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
