> For the complete documentation index, see [llms.txt](https://docs.pasteware.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pasteware.team/hooks/framestagenotify.md).

# FrameStageNotify

Called for each frame stage.

## Example

```
function on_frame_stage_notify( stage ) {
    print( "Hello, world!" );
}

hook.add( "FrameStageNotify", "on_frame_stage_notify" );
```
