- Found in:
- Vanilla
Description
Wiki Description
Unregisters this script from a OnRadiationDamage event from the target.
Only the script that unregisters for an event will stop receiving it. Other scripts attached to the same form, alias, or magic effect will still receive the event if they registered for it separately.
Documentation Comment
Unregister for the specified radiation damage event
Caveats
CK Wiki - Notes
- Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.
Parameters
ScriptObjectakTarget
CK Wiki Description
The Actor, ReferenceAlias or RefCollectionAlias that is taking radiation damage.
Examples
; We no longer care about the player taking radiation damage
UnregisterForRadiationDamageEvent(Game.GetPlayer())Auto-Generated Example
ScriptObject myScriptObject__akTarget
myScriptObject__toCallFunctionOn.UnregisterForRadiationDamageEvent(myScriptObject__akTarget)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
