GetActorUnarmedEffect

From the Fallout3 GECK Wiki
Revision as of 05:38, 14 June 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the actor's <i>Unarmed Attack Actor Effect</i>. |name = GetActorUnarmedEffect |returnType = actorEffect:ref |referenceType = r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the actor's Unarmed Attack Actor Effect.

Syntax

[help]
(actorEffect:ref) reference.GetActorUnarmedEffect baseForm:ref

Example

set rEffect to RexRef.GetActorUnarmedEffect
set rEffect to GetActorUnarmedEffect NVCrGoldenGecko

See Also