Background for Skyrim SE
Member of the iEquip_InventoryExt script
voidfunctionUnregisterForOnRefHandleInvalidatedEvent(Forma_thisForm)NativeGlobal

Description

Documentation Comment

@brief Unregisters the passed script to no longer be notified when a ref handle becomes invalidated.
@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_InventoryExt.UnregisterForOnRefHandleInvalidatedEvent(myForm__a_thisForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.