|
Anvil
|
Implement this interface in your service to get a callback each server loop. More...
Inheritance diagram for Anvil.Services.IUpdateable: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. | |
Implement this interface in your service to get a callback each server loop.