Background for Skyrim SE
Member of the ActiveMagicEffect script
voidfunctionRegisterForSingleUpdateGameTime(floatafInterval)Native

Description

Documentation Comment

Register for a single OnUpdateGameTime event, in afInterval hours of game time. All scripts attached to this magic effect will get the update events


Caveats


Parameters

floatafInterval


Examples

Auto-Generated Example

float myFloat__afInterval

myActiveMagicEffect__toCallFunctionOn.RegisterForSingleUpdateGameTime(myFloat__afInterval)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.