[DEV SERVER] Loading description...
Caveats
Parameters
floatafInterval
Examples
Auto-Generated Example
float myFloat__afInterval
myActiveMagicEffect__toCallFunctionOn.RegisterForSingleUpdate(myFloat__afInterval)
[DEV SERVER] Loading description...
float myFloat__afInterval
myActiveMagicEffect__toCallFunctionOn.RegisterForSingleUpdate(myFloat__afInterval)Register for a single OnUpdate event, in afInterval seconds. All scripts attached to this magic effect will get the update events
Of course, this means you don't need to call UnregisterForUpdate()
If you find yourself doing this:
Event OnUpdate()
UnregisterForUpdate()
{Do some stuff}
endEvent
Then you should use RegisterForSingleUpdate instead