Background for Fallout 4
Member of the ObjectReference script

Description

Wiki Description

Event received when an existing workshop item is moved in the world using this workshop. The event is sent to both the Workshop reference and the reference being moved.

Documentation Comment

Event received when an existing workshop item is moved in the world


Parameters

  1. ObjectReferenceakReference


Examples

Event OnWorkshopObjectMoved(ObjectReference akReference)
  Debug.Trace(akReference + " just moved within the workshop!")
EndEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnWorkshopObjectMoved(ObjectReference akReference)
    Debug.trace("Event received - OnWorkshopObjectMoved: akReference = " + akReference)
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.