Functions
SNLib.sendAppMessage(data)
Used to comunicate with your app works just like SendNUIMessage
example:
SNLib.sendAppMessage({action = 'eventName', data = {something ='dasdadsad'}})
SNLib.openTablet()
umm opens the tablet...
SNLib.closeTablet()
umm closes the tablet...
Last updated