- Found in:
- Vanilla
eventOnWorkshopObjectMoved(ObjectReferenceakReference)
Description
Documentation Comment
Event received when an existing workshop item is moved in the world
Parameters
ObjectReferenceakReference
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnWorkshopObjectMoved(ObjectReference akReference)
Debug.trace("Event received - OnWorkshopObjectMoved: akReference = " + akReference)
endEvent