Difference between revisions of "ActorHasEffect"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns whether or not an actor has an effect applied. (IsSpellTarget proves unreliable in some cases.) |name = ActorHasEffect |retu...")
 
imported>Pintocat
m
 
Line 5: Line 5:
  |name = ActorHasEffect
  |name = ActorHasEffect
  |returnType = bool
  |returnType = bool
  |referenceType = [ActorHasEffect]
  |referenceType = [actorRef]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 13:47, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Returns whether or not an actor has an effect applied. (IsSpellTarget proves unreliable in some cases.)

Syntax

[help]
(bool) [actorRef].ActorHasEffect baseEffect:form

See Also