Background for Skyrim SE
Member of the Alias script
voidfunctionRegisterForUpdate(floatafInterval)Native

Description

Documentation Comment

Register for OnUpdate events, every X seconds, where X is the interval. All scripts attached to this alias will get the update events


Caveats


Parameters

floatafInterval


Examples

Auto-Generated Example

float myFloat__afInterval

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