oda in lua?

This commit is contained in:
2025-12-27 11:41:26 +01:00
parent b39a0e78ed
commit 3a6c701157
10 changed files with 203 additions and 137 deletions
+6
View File
@@ -0,0 +1,6 @@
---@diagnostic disable: undefined-global
function on_state()
if get_rds_rtp_meta(false) then init_rtp() end
if get_rds_rtp_meta(true) then init_ertp() end
if string.byte(get_userdata_offset(257, 1)) ~= 0 then init_ert() end
end