📥Exports
Configuration guide of Radial Menu System.
exports['stg-radialmenu']:addRadialItem({
id = 'test1',
icon = 'fa-solid fa-bug',
label = 'Test 1',
description = 'This is a test item',
job = 'police',
inVehicle = false,
action = function()
print('Test 1 action executed')
end
})exports['stg-radialmenu']:removeRadialItem('test1')Last updated