Anvil
|
Implement this interface in your service to get a callback each server loop. More...
Public Member Functions | |
void | Update () |
Called once every main loop frame. You may safely use any of the NWN API in this callback, but it is recommended to keep the processing in this function to a minimum, as it may have adverse effect on server performance. More... | |
Implement this interface in your service to get a callback each server loop.
void Anvil.Services.IUpdateable.Update | ( | ) |