Background for Fallout 4
Member of the ObjectReference script

Description

Wiki Description

Event called when the object reference is a trap and has stopped hitting a live target.

Documentation Comment

Event recieved when this stops hitting a target


Parameters

  1. ObjectReferenceakTarget

    CK Wiki Description

    The ObjectReference that this reference just hit.


Examples

Event OnTrapHitStop(ObjectReference akTarget)
  Debug.Trace("We stopped hitting " + akTarget)
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnTrapHitStop(ObjectReference akTarget)
    Debug.trace("Event received - OnTrapHitStop: akTarget = " + akTarget)
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.