SetActorUnarmedEffect

From the Fallout3 GECK Wiki
Revision as of 05:41, 14 June 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the actor's <i>Unarmed Attack</i> effect. |name = SetActorUnarmedEffect |returnType = success:0/1 |referenceType = reference |ar...")
(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

Sets the actor's Unarmed Attack effect.

Syntax

[help]
(success:0/1) reference.SetActorUnarmedEffect newEffect:ref baseForm:ref

Example

RexRef.SetActorUnarmedEffect GoldenGeckoRadiation
SetActorUnarmedEffect BigHornerKnockback NVCrGoldenGecko

See Also