Background for Fallout 4
Member of the ActiveMagicEffect script
eventOnPlayerModArmorWeapon(FormakBaseObject, ObjectModakModBaseObject)

Description

Documentation Comment

Received when player mods a weapon or armor in the menu.


Parameters

  1. FormakBaseObject

  2. ObjectModakModBaseObject


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

event OnPlayerModArmorWeapon(Form akBaseObject, ObjectMod akModBaseObject)
    Debug.trace("Event received - OnPlayerModArmorWeapon: akBaseObject = " + akBaseObject + " akModBaseObject = " + akModBaseObject)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.