⚙️ Integration
Exports to make it easier to integrate with your existing systems
Server exports
GetChannelsWithDefaultDescription
GetChannelsWithDefaultDescriptionlocal job = 'police'
local channels = exports.kub_radioinfo:GetChannelsWithDefaultDescription(job)
if channels then
for _, channel in ipairs(channels) do
print('Channel:', channel)
end
endGetChannelDescription
GetChannelDescriptionGetChannelDefaultDescription
GetChannelDefaultDescriptionIsChannelDescriptionDefault
IsChannelDescriptionDefaultSetChannelDescription
SetChannelDescriptionLast updated