Background for Starfield
Member of the RefCollectionAlias script
eventOnAliasChanged(ObjectReferenceakObject, boolabRemove)

Description

Documentation Comment

Event received when an object has been added/removed to this refcollectionalias.


Parameters

ObjectReferenceakObject

boolabRemove


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnAliasChanged(ObjectReference akObject, bool abRemove)
    Debug.trace("Event received - OnAliasChanged: akObject = " + akObject + " abRemove = " + abRemove)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.