GetNthActorEffect

Revision as of 13:47, 27 March 2015 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the Nth actor effect of an actor.

Syntax

(actorEffect:ref) reference.GetNthActorEffect effectIndex:int baseForm:ref

Example

CraigBooneRef.GetNthActorEffect 0
GetNthActorEffect 0 CraigBoone

See Also