Difference between revisions of "GetActorUnarmedEffect"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Jazzisparis
 
Line 1: Line 1:
{{Function
{{Function
  |origin = JIP
  |origin = JIP
  |summary = Returns the actor's <i>Unarmed Attack Actor Effect</i>.
  |summary = Returns the actor's <i>Unarmed Attack</i> effect.
  |name = GetActorUnarmedEffect
  |name = GetActorUnarmedEffect
  |returnType = actorEffect:ref
  |returnType = effect:ref
  |referenceType = reference
  |referenceType = reference
  |arguments =  
  |arguments =  

Latest revision as of 05:42, 14 June 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns the actor's Unarmed Attack effect.

Syntax

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

Example

set rEffect to RexRef.GetActorUnarmedEffect
set rEffect to GetActorUnarmedEffect NVCrGoldenGecko

See Also