OnTrapHitStop - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

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

Syntax[edit | edit source]

Event OnTrapHitStop(ObjectReference akTarget)

Parameters[edit | edit source]

Examples[edit | edit source]

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

See Also[edit | edit source]