FrameStageNotify

Called for each frame stage.

Example

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

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

Last updated

Was this helpful?