πenum_frames
example
callbacks.init('on_frame_net', function(stage)
if stage == enum_frames.frame_start then
--- code
end
end)entries
Value
Last updated
callbacks.init('on_frame_net', function(stage)
if stage == enum_frames.frame_start then
--- code
end
end)Last updated