forked from LeenkxTeam/LNXSDK
		
	Add leenkx/blender/lnx/logicnode/browser/LN_detect_mobile_browser.py
This commit is contained in:
		| @ -0,0 +1,10 @@ | ||||
| from lnx.logicnode.lnx_nodes import * | ||||
|  | ||||
| class DetectMobileBrowserNode(LnxLogicTreeNode): | ||||
| 	"""Determines the mobile browser or not (works only for web browsers).""" | ||||
| 	bl_idname = 'LNDetectMobileBrowserNode' | ||||
| 	bl_label = 'Detect Mobile Browser' | ||||
| 	lnx_version = 1 | ||||
|  | ||||
| 	def lnx_init(self, context): | ||||
| 		self.add_output('LnxBoolSocket', 'Mobile') | ||||
		Reference in New Issue
	
	Block a user