Called for each frame stage.
function on_frame_stage_notify( stage ) { print( "Hello, world!" ); } hook.add( "FrameStageNotify", "on_frame_stage_notify" );
Last updated 4 years ago
Was this helpful?