- Found in:
- Vanilla
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