📥Exports
Configuration guide of Radial Menu System.
addRadialItem Export
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
})
removeRadialItem Export
exports['stg-radialmenu']:removeRadialItem('test1')
You need extra exports?
Then join our Discord! and share the details with us — we take requests seriously and will do our best to implement them. 💙
Last updated