Background for Skyrim SE
Member of the iEquip_FormExt script
voidfunctionRegisterForBoundWeaponEquippedEvent(Forma_thisForm)NativeGlobal

Description

Documentation Comment

@brief Registers the passed script to be notified when the player equips a bound weapon.
@param a_thisForm The form to register for the event (i.e. Self).


Caveats


Parameters

Forma_thisForm


Examples

Auto-Generated Example

Form myForm__a_thisForm

iEquip_FormExt.RegisterForBoundWeaponEquippedEvent(myForm__a_thisForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.