Difference between revisions of "GetNthActorEffect"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = NVSE |summary = Returns the Nth actor effect of an actor. |name = GetNthActorEffect |returnType = actorEffect:ref |referenceType = reference |argume...")
 
imported>Jazzisparis
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = JIP
  |summary = Returns the Nth actor effect of an actor.
  |summary = Returns the Nth actor effect of an actor.
  |name = GetNthActorEffect
  |name = GetNthActorEffect
Line 21: Line 21:
*[[GetNumActorEffects]]
*[[GetNumActorEffects]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Effect Functions (JIP)]]

Latest revision as of 06:18, 14 June 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns the Nth actor effect of an actor.

Syntax

[help]
(actorEffect:ref) reference.GetNthActorEffect effectIndex:int baseForm:ref

Example

CraigBooneRef.GetNthActorEffect 0
GetNthActorEffect 0 CraigBoone

See Also