netmsg.simple.ui.lua

-- Registers a 'SIMPLE:OnReceived' hook.
--
function Common.NetMessage.TYPE.SIMPLE:OnReceived( args )
	print( "SIMPLE: OnReceived" );
	for k,v in ipairs( args ) do
		print( 'Value: ', tostring(v.value) );
		print( 'Type:  ', tostring(v.format) );
		print( tostring("---------------") );
	end
end
generated by LDoc 1.4.6 Last updated 2020-06-15 21:15:36