Construct's scripting APIs have not previously had access to the UpdateRender() method, because in the scripting APIs it's now automatically called internally so you don't have to worry about it. However when developing an addon I can see that you still need to call it in order to redraw when visual state changes, so to that end I've added the method runtime.sdk.updateRender() for the next beta.