Export

Here is an little Tutorial on how to use the Export

exports['NKHD_Notifications']:showNotification(type, notification text, icon, time)

This would be an Example from NKHD Cartridges

exports['NKHD_Notifications']:showNotification(success, 'Taser Reloaded', '✅', 5000)

Avadiable types - success - error - info - warning

Last updated