GetEquippedWeapon

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.50.

Description

Returns the calling actor reference's currently equipped weapon, as a Base Form. If the actor has no weapon equipped, will return the Fists weapon base form. This latter functionality is what sets this apart from "actorRefr.GetEquippedObject 5".

Syntax

[help]
(equippedWeap:baseForm) actorRefr.GetEquippedWeapon 

See also