Background for Fallout 4
Member of the ActiveMagicEffect script
eventOnSit(ObjectReferenceakFurniture)

Description

Documentation Comment

Event that is triggered when this actor sits in the furniture


Parameters

  1. ObjectReferenceakFurniture


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

event OnSit(ObjectReference akFurniture)
    Debug.trace("Event received - OnSit: akFurniture = " + akFurniture)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.