Background for Fallout 4
Member of the ActiveMagicEffect script
eventOnPlayerFallLongDistance(floatafDamage)

Description

Documentation Comment

Received when player takes fall damage


Parameters

floatafDamage


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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